| Package | Description |
|---|---|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
Region |
Region.clone() |
Region |
Region.withRegionName(String regionName)
The Region code of a given Region (for example,
us-east-1). |
Region |
Region.withRegionOptStatus(RegionOptStatus regionOptStatus)
One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
Region |
Region.withRegionOptStatus(String regionOptStatus)
One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
| Modifier and Type | Method and Description |
|---|---|
List<Region> |
ListRegionsResult.getRegions()
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
| Modifier and Type | Method and Description |
|---|---|
ListRegionsResult |
ListRegionsResult.withRegions(Region... regions)
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRegionsResult.setRegions(Collection<Region> regions)
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
ListRegionsResult |
ListRegionsResult.withRegions(Collection<Region> regions)
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that
match the filter criteria set in the
filter parameter. |
Copyright © 2023. All rights reserved.