Uses of Class
software.amazon.awssdk.services.qbusiness.model.GroupSummary
-
Packages that use GroupSummary Package Description software.amazon.awssdk.services.qbusiness.model software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of GroupSummary in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type GroupSummary Modifier and Type Method Description List<GroupSummary>ListGroupsResponse. items()Summary information for list of groups that are mapped to users.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type GroupSummary Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. items(GroupSummary... items)Summary information for list of groups that are mapped to users.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type GroupSummary Modifier and Type Method Description ListGroupsResponse.BuilderListGroupsResponse.Builder. items(Collection<GroupSummary> items)Summary information for list of groups that are mapped to users. -
Uses of GroupSummary in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type GroupSummary Modifier and Type Method Description SdkIterable<GroupSummary>ListGroupsIterable. items()Returns an iterable to iterate through the paginatedListGroupsResponse.items()member.SdkPublisher<GroupSummary>ListGroupsPublisher. items()Returns a publisher that can be used to get a stream of data.
-