Uses of Class
software.amazon.awssdk.services.kendra.model.GroupSummary
-
Packages that use GroupSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of GroupSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type GroupSummary Modifier and Type Method Description List<GroupSummary>ListGroupsOlderThanOrderingIdResponse. groupsSummaries()Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.Methods in software.amazon.awssdk.services.kendra.model with parameters of type GroupSummary Modifier and Type Method Description ListGroupsOlderThanOrderingIdResponse.BuilderListGroupsOlderThanOrderingIdResponse.Builder. groupsSummaries(GroupSummary... groupsSummaries)Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type GroupSummary Modifier and Type Method Description ListGroupsOlderThanOrderingIdResponse.BuilderListGroupsOlderThanOrderingIdResponse.Builder. groupsSummaries(Collection<GroupSummary> groupsSummaries)Summary information for list of groups that are mapped to users before a given ordering or timestamp identifier.
-