Uses of Class
software.amazon.awssdk.services.ec2.model.Region
-
Packages that use Region Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Region in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Region Modifier and Type Method Description List<Region>DescribeRegionsResponse. regions()Information about the Regions.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Region Modifier and Type Method Description DescribeRegionsResponse.BuilderDescribeRegionsResponse.Builder. regions(Region... regions)Information about the Regions.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Region Modifier and Type Method Description DescribeRegionsResponse.BuilderDescribeRegionsResponse.Builder. regions(Collection<Region> regions)Information about the Regions.
-