| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourcegroups.model |
| Modifier and Type | Method and Description |
|---|---|
static GroupConfigurationStatus |
GroupConfigurationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GroupConfigurationStatus |
GroupConfiguration.status()
The current status of an attempt to update the group configuration.
|
static GroupConfigurationStatus |
GroupConfigurationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupConfigurationStatus[] |
GroupConfigurationStatus.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<GroupConfigurationStatus> |
GroupConfigurationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GroupConfiguration.Builder |
GroupConfiguration.Builder.status(GroupConfigurationStatus status)
The current status of an attempt to update the group configuration.
|
Copyright © 2023. All rights reserved.