Uses of Class
software.amazon.awssdk.services.identitystore.model.ListGroupsResponse
-
Packages that use ListGroupsResponse Package Description software.amazon.awssdk.services.identitystore The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups).software.amazon.awssdk.services.identitystore.paginators -
-
Uses of ListGroupsResponse in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore that return ListGroupsResponse Modifier and Type Method Description default ListGroupsResponseIdentitystoreClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all groups in the identity store.default ListGroupsResponseIdentitystoreClient. listGroups(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store.Methods in software.amazon.awssdk.services.identitystore that return types with arguments of type ListGroupsResponse Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>IdentitystoreAsyncClient. listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest)Lists all groups in the identity store.default CompletableFuture<ListGroupsResponse>IdentitystoreAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store. -
Uses of ListGroupsResponse in software.amazon.awssdk.services.identitystore.paginators
Methods in software.amazon.awssdk.services.identitystore.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.identitystore.paginators with type arguments of type ListGroupsResponse Modifier and Type Method Description voidListGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGroupsResponse> subscriber)
-