Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.ResourceGroupState
-
Packages that use ResourceGroupState Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ResourceGroupState in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ResourceGroupState Modifier and Type Method Description static ResourceGroupStateResourceGroupState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceGroupStateResourceGroup. state()The state of the propagation process for the resource group.static ResourceGroupStateResourceGroupState. 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.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ResourceGroupState Modifier and Type Method Description static Set<ResourceGroupState>ResourceGroupState. knownValues()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type ResourceGroupState Modifier and Type Method Description ResourceGroup.BuilderResourceGroup.Builder. state(ResourceGroupState state)The state of the propagation process for the resource group.
-