Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupConfigurationStatus
-
Packages that use GroupConfigurationStatus Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupConfigurationStatus in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupConfigurationStatus Modifier and Type Method Description static GroupConfigurationStatusGroupConfigurationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupConfigurationStatusGroupConfiguration. status()The current status of an attempt to update the group configuration.static GroupConfigurationStatusGroupConfigurationStatus. 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.Methods in software.amazon.awssdk.services.resourcegroups.model that return types with arguments of type GroupConfigurationStatus Modifier and Type Method Description static Set<GroupConfigurationStatus>GroupConfigurationStatus. knownValues()Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupConfigurationStatus Modifier and Type Method Description GroupConfiguration.BuilderGroupConfiguration.Builder. status(GroupConfigurationStatus status)The current status of an attempt to update the group configuration.
-