Uses of Class
software.amazon.awssdk.services.ec2.model.AvailabilityZoneAddress
Packages that use AvailabilityZoneAddress
-
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 AvailabilityZoneAddressModifier and TypeMethodDescriptionfinal 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 AvailabilityZoneAddressModifier and TypeMethodDescriptionCreateNatGatewayRequest.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 AvailabilityZoneAddressModifier and TypeMethodDescriptionCreateNatGatewayRequest.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.