Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Region> |
DescribeRegionsResult.regions
Information about one or more regions.
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.clone() |
Region |
Region.withEndpoint(java.lang.String endpoint)
The region service endpoint.
|
Region |
Region.withRegionName(java.lang.String regionName)
The name of the region.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Region> regions)
Information about one or more regions.
|
DescribeRegionsResult |
DescribeRegionsResult.withRegions(java.util.Collection<Region> regions)
Information about one or more regions.
|
Modifier and Type | Method and Description |
---|---|
Region |
RegionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |