Uses of Class
com.amazonaws.services.ec2.model.NatGatewayAddress
-
Packages that use NatGatewayAddress Package Description com.amazonaws.services.ec2.model -
-
Uses of NatGatewayAddress in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NatGatewayAddress Modifier and Type Method Description NatGatewayAddress
NatGatewayAddress. clone()
NatGatewayAddress
NatGatewayAddress. withAllocationId(String allocationId)
The allocation ID of the Elastic IP address that's associated with the NAT gateway.NatGatewayAddress
NatGatewayAddress. withNetworkInterfaceId(String networkInterfaceId)
The ID of the network interface associated with the NAT gateway.NatGatewayAddress
NatGatewayAddress. withPrivateIp(String privateIp)
The private IP address associated with the Elastic IP address.NatGatewayAddress
NatGatewayAddress. withPublicIp(String publicIp)
The Elastic IP address associated with the NAT gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type NatGatewayAddress Modifier and Type Method Description List<NatGatewayAddress>
NatGateway. getNatGatewayAddresses()
Information about the IP addresses and network interface associated with the NAT gateway.Methods in com.amazonaws.services.ec2.model with parameters of type NatGatewayAddress Modifier and Type Method Description NatGateway
NatGateway. withNatGatewayAddresses(NatGatewayAddress... natGatewayAddresses)
Information about the IP addresses and network interface associated with the NAT gateway.Method parameters in com.amazonaws.services.ec2.model with type arguments of type NatGatewayAddress Modifier and Type Method Description void
NatGateway. setNatGatewayAddresses(Collection<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.
-