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(NatGatewayAddress... natGatewayAddresses) |
Information about the IP addresses and network interface associated with
the NAT gateway.
|
NatGateway |
NatGateway.withNatGatewayAddresses(Collection<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.
|