Uses of Class
software.amazon.awssdk.services.macie2.model.GroupBy
-
Packages that use GroupBy Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of GroupBy in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GroupBy Modifier and Type Method Description static GroupByGroupBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupByGetFindingStatisticsRequest. groupBy()The finding property to use to group the query results.static GroupByGroupBy. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupBy[]GroupBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GroupBy Modifier and Type Method Description static Set<GroupBy>GroupBy. knownValues()Methods in software.amazon.awssdk.services.macie2.model with parameters of type GroupBy Modifier and Type Method Description GetFindingStatisticsRequest.BuilderGetFindingStatisticsRequest.Builder. groupBy(GroupBy groupBy)The finding property to use to group the query results.
-