Uses of Class
com.amazonaws.services.ec2.model.NatGateway
-
Packages that use NatGateway Package Description com.amazonaws.services.ec2.model -
-
Uses of NatGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NatGateway Modifier and Type Method 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 failureNatGateway
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.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NatGateway Modifier and Type Method Description List<NatGateway>
DescribeNatGatewaysResult. getNatGateways()
Information about the NAT gateways.Methods in com.amazonaws.services.ec2.model with parameters of type NatGateway Modifier and Type Method 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.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NatGateway Modifier and Type Method Description void
DescribeNatGatewaysResult. setNatGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.DescribeNatGatewaysResult
DescribeNatGatewaysResult. withNatGateways(Collection<NatGateway> natGateways)
Information about the NAT gateways.
-