|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Region | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of Region in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return Region | |
---|---|
Region |
Region.withEndpoint(String endpoint)
Region service endpoint. |
Region |
Region.withRegionName(String regionName)
Name of the region. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type Region | |
---|---|
List<Region> |
DescribeRegionsResult.getRegions()
The list of described Amazon EC2 regions. |
Methods in com.amazonaws.services.ec2.model with parameters of type Region | |
---|---|
DescribeRegionsResult |
DescribeRegionsResult.withRegions(Region... regions)
The list of described Amazon EC2 regions. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type Region | |
---|---|
void |
DescribeRegionsResult.setRegions(Collection<Region> regions)
The list of described Amazon EC2 regions. |
DescribeRegionsResult |
DescribeRegionsResult.withRegions(Collection<Region> regions)
The list of described Amazon EC2 regions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |