| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceGroupState |
ResourceGroupState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceGroupState |
ResourceGroup.state()
The state of the propagation process for the resource group.
|
static ResourceGroupState |
ResourceGroupState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceGroupState[] |
ResourceGroupState.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<ResourceGroupState> |
ResourceGroupState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResourceGroup.Builder |
ResourceGroup.Builder.state(ResourceGroupState state)
The state of the propagation process for the resource group.
|
Copyright © 2023. All rights reserved.