Uses of Class
software.amazon.awssdk.services.qbusiness.model.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.paginators -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseQBusinessClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Provides a list of groups that are mapped to users.default ListGroupsResponseQBusinessClient. listGroups(ListGroupsRequest listGroupsRequest)Provides a list of groups that are mapped to users.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>QBusinessAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Provides a list of groups that are mapped to users.default CompletableFuture<ListGroupsResponse>QBusinessAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Provides a list of groups that are mapped to users. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.qbusiness.paginators
Methods in software.amazon.awssdk.services.qbusiness.paginators that return types with arguments of type ListGroupsResponse Modifier and Type Method Description Iterator<ListGroupsResponse>ListGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.qbusiness.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-