Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Region |
Region.clone() |
Region |
Region.withEndpoint(String endpoint)
The region service endpoint.
|
Region |
Region.withRegionName(String regionName)
The name of the region.
|
Modifier and Type | Method and Description |
---|---|
List<Region> |
DescribeRegionsResult.getRegions()
Information about one or more regions.
|
Modifier and Type | Method and Description |
---|---|
DescribeRegionsResult |
DescribeRegionsResult.withRegions(Region... regions)
Information about one or more regions.
|
Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.