Uses of Class
software.amazon.awssdk.services.ec2.model.NatGatewayAddress
-
Packages that use NatGatewayAddress Package Description software.amazon.awssdk.services.ec2.model -
-
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 NatGatewayAddress Modifier and Type Method Description List<NatGatewayAddress>AssignPrivateNatGatewayAddressResponse. natGatewayAddresses()NAT gateway IP addresses.List<NatGatewayAddress>AssociateNatGatewayAddressResponse. natGatewayAddresses()The IP addresses.List<NatGatewayAddress>DisassociateNatGatewayAddressResponse. natGatewayAddresses()Information about the NAT gateway IP addresses.List<NatGatewayAddress>NatGateway. natGatewayAddresses()Information about the IP addresses and network interface associated with the NAT gateway.List<NatGatewayAddress>UnassignPrivateNatGatewayAddressResponse. natGatewayAddresses()Information about the NAT gateway IP addresses.Methods in software.amazon.awssdk.services.ec2.model with parameters of type NatGatewayAddress Modifier and Type Method Description AssignPrivateNatGatewayAddressResponse.BuilderAssignPrivateNatGatewayAddressResponse.Builder. natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)NAT gateway IP addresses.AssociateNatGatewayAddressResponse.BuilderAssociateNatGatewayAddressResponse.Builder. natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)The IP addresses.DisassociateNatGatewayAddressResponse.BuilderDisassociateNatGatewayAddressResponse.Builder. natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)Information about the NAT gateway IP addresses.NatGateway.BuilderNatGateway.Builder. natGatewayAddresses(NatGatewayAddress... natGatewayAddresses)Information about the IP addresses and network interface associated with the NAT gateway.UnassignPrivateNatGatewayAddressResponse.BuilderUnassignPrivateNatGatewayAddressResponse.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 NatGatewayAddress Modifier and Type Method Description AssignPrivateNatGatewayAddressResponse.BuilderAssignPrivateNatGatewayAddressResponse.Builder. natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)NAT gateway IP addresses.AssociateNatGatewayAddressResponse.BuilderAssociateNatGatewayAddressResponse.Builder. natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)The IP addresses.DisassociateNatGatewayAddressResponse.BuilderDisassociateNatGatewayAddressResponse.Builder. natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)Information about the NAT gateway IP addresses.NatGateway.BuilderNatGateway.Builder. natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)Information about the IP addresses and network interface associated with the NAT gateway.UnassignPrivateNatGatewayAddressResponse.BuilderUnassignPrivateNatGatewayAddressResponse.Builder. natGatewayAddresses(Collection<NatGatewayAddress> natGatewayAddresses)Information about the NAT gateway IP addresses.
-