Uses of Class
software.amazon.awssdk.services.resourcegroups.model.ResourceStatusValue
-
Packages that use ResourceStatusValue Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of ResourceStatusValue in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return ResourceStatusValue Modifier and Type Method Description static ResourceStatusValueResourceStatusValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceStatusValueResourceStatus. name()The current status.static ResourceStatusValueResourceStatusValue. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceStatusValue[]ResourceStatusValue. 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 ResourceStatusValue Modifier and Type Method Description static Set<ResourceStatusValue>ResourceStatusValue. knownValues()Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type ResourceStatusValue Modifier and Type Method Description ResourceStatus.BuilderResourceStatus.Builder. name(ResourceStatusValue name)The current status.
-