| Package | Description |
|---|---|
| com.amazonaws.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
static RegionOptStatus |
RegionOptStatus.fromValue(String value)
Use this in place of valueOf.
|
static RegionOptStatus |
RegionOptStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionOptStatus[] |
RegionOptStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
Region.withRegionOptStatus(RegionOptStatus regionOptStatus)
One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
GetRegionOptStatusResult |
GetRegionOptStatusResult.withRegionOptStatus(RegionOptStatus regionOptStatus)
One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
ListRegionsRequest |
ListRegionsRequest.withRegionOptStatusContains(RegionOptStatus... regionOptStatusContains)
A list of Region statuses (Enabling, Enabled, Disabling, Disabled, Enabled_by_default) to use to filter the list
of Regions for a given account.
|
Copyright © 2023. All rights reserved.