Uses of Class
software.amazon.awssdk.services.ec2.model.NatGatewayAddress
Packages that use NatGatewayAddress
-
Uses of NatGatewayAddress in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type NatGatewayAddressModifier and TypeMethodDescriptionfinal List<NatGatewayAddress>AssignPrivateNatGatewayAddressResponse.natGatewayAddresses()NAT gateway IP addresses.final List<NatGatewayAddress>AssociateNatGatewayAddressResponse.natGatewayAddresses()The IP addresses.final List<NatGatewayAddress>DisassociateNatGatewayAddressResponse.natGatewayAddresses()Information about the NAT gateway IP addresses.final List<NatGatewayAddress>NatGateway.natGatewayAddresses()Information about the IP addresses and network interface associated with the NAT gateway.final List<NatGatewayAddress>UnassignPrivateNatGatewayAddressResponse.natGatewayAddresses()Information about the NAT gateway IP addresses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NatGatewayAddressModifier and TypeMethodDescriptionAssignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) NAT gateway IP addresses.AssociateNatGatewayAddressResponse.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) The IP addresses.DisassociateNatGatewayAddressResponse.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) Information about the NAT gateway IP addresses.NatGateway.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.UnassignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(NatGatewayAddress... natGatewayAddresses) Information about the NAT gateway IP addresses.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type NatGatewayAddressModifier and TypeMethodDescriptionAssignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) NAT gateway IP addresses.AssociateNatGatewayAddressResponse.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) The IP addresses.DisassociateNatGatewayAddressResponse.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) Information about the NAT gateway IP addresses.NatGateway.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) Information about the IP addresses and network interface associated with the NAT gateway.UnassignPrivateNatGatewayAddressResponse.Builder.natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses) Information about the NAT gateway IP addresses.