Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
NatGateway |
NatGateway.clone() |
NatGateway |
CreateNatGatewayResult.getNatGateway()
Information about the NAT gateway.
|
NatGateway |
NatGateway.withCreateTime(Date createTime)
The date and time the NAT gateway was created.
|
NatGateway |
NatGateway.withDeleteTime(Date deleteTime)
The date and time the NAT gateway was deleted, if applicable.
|
NatGateway |
NatGateway.withFailureCode(String failureCode)
If the NAT gateway could not be created, specifies the error code for the
failure.
|
NatGateway |
NatGateway.withFailureMessage(String failureMessage)
If the NAT gateway could not be created, specifies the error message for
the failure, that corresponds to the error code.
|
NatGateway |
NatGateway.withNatGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
NatGateway |
NatGateway.withState(NatGatewayState state)
The state of the NAT gateway.
|
NatGateway |
NatGateway.withState(String state)
The state of the NAT gateway.
|
NatGateway |
NatGateway.withSubnetId(String subnetId)
The ID of the subnet in which the NAT gateway is located.
|
NatGateway |
NatGateway.withVpcId(String vpcId)
The ID of the VPC in which the NAT gateway is located.
|
Modifier and Type | Method and Description |
---|---|
List<NatGateway> |
DescribeNatGatewaysResult.getNatGateways()
Information about the NAT gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNatGatewayResult.setNatGateway(NatGateway natGateway)
Information about the NAT gateway.
|
CreateNatGatewayResult |
CreateNatGatewayResult.withNatGateway(NatGateway natGateway)
Information about the NAT gateway.
|
DescribeNatGatewaysResult |
DescribeNatGatewaysResult.withNatGateways(NatGateway... natGateways)
Information about the NAT gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeNatGatewaysResult.setNatGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResult |
DescribeNatGatewaysResult.withNatGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
Copyright © 2018. All rights reserved.