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