Uses of Interface
software.amazon.awssdk.services.macie2.model.GroupCount.Builder
-
Packages that use GroupCount.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of GroupCount.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return GroupCount.Builder Modifier and Type Method Description static GroupCount.BuilderGroupCount. builder()GroupCount.BuilderGroupCount.Builder. count(Long count)The total number of findings in the group of query results.GroupCount.BuilderGroupCount.Builder. groupKey(String groupKey)The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.GroupCount.BuilderGroupCount. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type GroupCount.Builder Modifier and Type Method Description static Class<? extends GroupCount.Builder>GroupCount. serializableBuilderClass()
-