Uses of Class
software.amazon.awssdk.services.ec2.model.AvailabilityZoneAddress
-
Packages that use AvailabilityZoneAddress Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AvailabilityZoneAddress in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AvailabilityZoneAddress Modifier and Type Method Description List<AvailabilityZoneAddress>CreateNatGatewayRequest. availabilityZoneAddresses()For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AvailabilityZoneAddress Modifier and Type Method Description CreateNatGatewayRequest.BuilderCreateNatGatewayRequest.Builder. availabilityZoneAddresses(AvailabilityZoneAddress... availabilityZoneAddresses)For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AvailabilityZoneAddress Modifier and Type Method Description CreateNatGatewayRequest.BuilderCreateNatGatewayRequest.Builder. availabilityZoneAddresses(Collection<AvailabilityZoneAddress> availabilityZoneAddresses)For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.
-