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