Uses of Class
software.amazon.awssdk.services.guardduty.model.GroupByType
-
Packages that use GroupByType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of GroupByType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return GroupByType Modifier and Type Method Description static GroupByTypeGroupByType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.GroupByTypeGetFindingsStatisticsRequest. groupBy()Displays the findings statistics grouped by one of the listed valid values.static GroupByTypeGroupByType. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupByType[]GroupByType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type GroupByType Modifier and Type Method Description static Set<GroupByType>GroupByType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type GroupByType Modifier and Type Method Description GetFindingsStatisticsRequest.BuilderGetFindingsStatisticsRequest.Builder. groupBy(GroupByType groupBy)Displays the findings statistics grouped by one of the listed valid values.
-