Uses of Class
software.amazon.awssdk.services.account.model.RegionOptStatus
-
Packages that use RegionOptStatus Package Description software.amazon.awssdk.services.account.model -
-
Uses of RegionOptStatus in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return RegionOptStatus Modifier and Type Method Description static RegionOptStatusRegionOptStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegionOptStatusGetRegionOptStatusResponse. regionOptStatus()One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).RegionOptStatusRegion. regionOptStatus()One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).static RegionOptStatusRegionOptStatus. 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.Methods in software.amazon.awssdk.services.account.model that return types with arguments of type RegionOptStatus Modifier and Type Method 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.Methods in software.amazon.awssdk.services.account.model with parameters of type RegionOptStatus Modifier and Type Method Description GetRegionOptStatusResponse.BuilderGetRegionOptStatusResponse.Builder. regionOptStatus(RegionOptStatus regionOptStatus)One of the potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).Region.BuilderRegion.Builder. regionOptStatus(RegionOptStatus regionOptStatus)One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).ListRegionsRequest.BuilderListRegionsRequest.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.Method parameters in software.amazon.awssdk.services.account.model with type arguments of type RegionOptStatus Modifier and Type Method Description ListRegionsRequest.BuilderListRegionsRequest.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.
-