Uses of Class
software.amazon.awssdk.services.ec2.model.AvailabilityZoneGeography
-
Packages that use AvailabilityZoneGeography Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AvailabilityZoneGeography in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AvailabilityZoneGeography Modifier and Type Method Description List<AvailabilityZoneGeography>AvailabilityZone. geography()The geography information for the Availability Zone or Local Zone.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AvailabilityZoneGeography Modifier and Type Method Description AvailabilityZone.BuilderAvailabilityZone.Builder. geography(AvailabilityZoneGeography... geography)The geography information for the Availability Zone or Local Zone.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AvailabilityZoneGeography Modifier and Type Method Description AvailabilityZone.BuilderAvailabilityZone.Builder. geography(Collection<AvailabilityZoneGeography> geography)The geography information for the Availability Zone or Local Zone.
-