Uses of Class
com.amazonaws.services.ec2.model.Region
-
Packages that use Region Package Description com.amazonaws.services.ec2.model -
-
Uses of Region in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return Region Modifier and Type Method Description Region
Region. clone()
Region
Region. withEndpoint(String endpoint)
The region service endpoint.Region
Region. withRegionName(String regionName)
The name of the region.Methods in com.amazonaws.services.ec2.model that return types with arguments of type Region Modifier and Type Method Description List<Region>
DescribeRegionsResult. getRegions()
Information about one or more regions.Methods in com.amazonaws.services.ec2.model with parameters of type Region Modifier and Type Method Description DescribeRegionsResult
DescribeRegionsResult. withRegions(Region... regions)
Information about one or more regions.Method parameters in com.amazonaws.services.ec2.model with type arguments of type Region Modifier and Type Method Description void
DescribeRegionsResult. setRegions(Collection<Region> regions)
Information about one or more regions.DescribeRegionsResult
DescribeRegionsResult. withRegions(Collection<Region> regions)
Information about one or more regions.
-