Uses of Class
com.amazonaws.services.ec2.model.NatGateway
Packages that use NatGateway
-
Uses of NatGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NatGatewayModifier and TypeMethodDescriptionNatGateway.clone()
CreateNatGatewayResult.getNatGateway()
Information about the NAT gateway.NatGateway.withCreateTime
(Date createTime) The date and time the NAT gateway was created.NatGateway.withDeleteTime
(Date deleteTime) The date and time the NAT gateway was deleted, if applicable.NatGateway.withFailureCode
(String failureCode) If the NAT gateway could not be created, specifies the error code for the failure.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.withNatGatewayAddresses
(NatGatewayAddress... natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.NatGateway.withNatGatewayAddresses
(Collection<NatGatewayAddress> natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.NatGateway.withNatGatewayId
(String natGatewayId) The ID of the NAT gateway.NatGateway.withState
(NatGatewayState state) The state of the NAT gateway.The state of the NAT gateway.NatGateway.withSubnetId
(String subnetId) The ID of the subnet in which the NAT gateway is located.The ID of the VPC in which the NAT gateway is located.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NatGatewayModifier and TypeMethodDescriptionDescribeNatGatewaysResult.getNatGateways()
Information about the NAT gateways.Methods in com.amazonaws.services.ec2.model with parameters of type NatGatewayModifier and TypeMethodDescriptionvoid
CreateNatGatewayResult.setNatGateway
(NatGateway natGateway) Information about the NAT gateway.CreateNatGatewayResult.withNatGateway
(NatGateway natGateway) Information about the NAT gateway.DescribeNatGatewaysResult.withNatGateways
(NatGateway... natGateways) Information about the NAT gateways.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NatGatewayModifier and TypeMethodDescriptionvoid
DescribeNatGatewaysResult.setNatGateways
(Collection<NatGateway> natGateways) Information about the NAT gateways.DescribeNatGatewaysResult.withNatGateways
(Collection<NatGateway> natGateways) Information about the NAT gateways.