Uses of Class
software.amazon.awssdk.services.ec2.model.AvailabilityZoneSubGeography
Packages that use AvailabilityZoneSubGeography
-
Uses of AvailabilityZoneSubGeography in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AvailabilityZoneSubGeographyModifier and TypeMethodDescriptionfinal List<AvailabilityZoneSubGeography>AvailabilityZone.subGeography()The sub-geography information for the Availability Zone or Local Zone.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AvailabilityZoneSubGeographyModifier and TypeMethodDescriptionAvailabilityZone.Builder.subGeography(AvailabilityZoneSubGeography... subGeography) The sub-geography information for the Availability Zone or Local Zone.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AvailabilityZoneSubGeographyModifier and TypeMethodDescriptionAvailabilityZone.Builder.subGeography(Collection<AvailabilityZoneSubGeography> subGeography) The sub-geography information for the Availability Zone or Local Zone.