Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GroupingStatus
-
Packages that use GroupingStatus Package Description software.amazon.awssdk.services.resourcegroups.model -
-
Uses of GroupingStatus in software.amazon.awssdk.services.resourcegroups.model
Methods in software.amazon.awssdk.services.resourcegroups.model that return GroupingStatus Modifier and Type Method Description static GroupingStatusGroupingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupingStatusGroupingStatusesItem. status()Describes the resource grouping status with values ofSUCCESS,FAILED,IN_PROGRESS, orSKIPPED.static GroupingStatusGroupingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupingStatus[]GroupingStatus. 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 GroupingStatus Modifier and Type Method Description static Set<GroupingStatus>GroupingStatus. knownValues()Methods in software.amazon.awssdk.services.resourcegroups.model with parameters of type GroupingStatus Modifier and Type Method Description GroupingStatusesItem.BuilderGroupingStatusesItem.Builder. status(GroupingStatus status)Describes the resource grouping status with values ofSUCCESS,FAILED,IN_PROGRESS, orSKIPPED.
-