Uses of Class
com.amazonaws.services.ec2.model.NatGatewayAddress
Packages that use NatGatewayAddress
-
Uses of NatGatewayAddress in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return NatGatewayAddressModifier and TypeMethodDescriptionNatGatewayAddress.clone()
NatGatewayAddress.withAllocationId
(String allocationId) The allocation ID of the Elastic IP address that's associated with the NAT gateway.NatGatewayAddress.withNetworkInterfaceId
(String networkInterfaceId) The ID of the network interface associated with the NAT gateway.NatGatewayAddress.withPrivateIp
(String privateIp) The private IP address associated with the Elastic IP address.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 NatGatewayAddressModifier and TypeMethodDescriptionNatGateway.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 NatGatewayAddressModifier and TypeMethodDescriptionNatGateway.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 NatGatewayAddressModifier and TypeMethodDescriptionvoid
NatGateway.setNatGatewayAddresses
(Collection<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.