| Package | Description |
|---|---|
| software.amazon.awssdk.services.account.model |
| Modifier and Type | Method and Description |
|---|---|
static RegionOptStatus |
RegionOptStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RegionOptStatus |
Region.regionOptStatus()
One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
RegionOptStatus |
GetRegionOptStatusResponse.regionOptStatus()
One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
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 |
|---|---|
static Set<RegionOptStatus> |
RegionOptStatus.knownValues()
|
List<RegionOptStatus> |
ListRegionsRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
Region.Builder |
Region.Builder.regionOptStatus(RegionOptStatus regionOptStatus)
One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
|
GetRegionOptStatusResponse.Builder |
GetRegionOptStatusResponse.Builder.regionOptStatus(RegionOptStatus regionOptStatus)
One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling,
Enabled_By_Default).
|
ListRegionsRequest.Builder |
ListRegionsRequest.Builder.regionOptStatusContains(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.
|
| Modifier and Type | Method and Description |
|---|---|
ListRegionsRequest.Builder |
ListRegionsRequest.Builder.regionOptStatusContains(Collection<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.