Uses of Class
software.amazon.awssdk.services.identitystore.model.ListGroupsRequest
-
Packages that use ListGroupsRequest 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 software.amazon.awssdk.services.identitystore.transform -
-
Uses of ListGroupsRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type ListGroupsRequest Modifier and Type Method Description default CompletableFuture<ListGroupsResponse>IdentitystoreAsyncClient. listGroups(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store.default ListGroupsResponseIdentitystoreClient. listGroups(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store.default ListGroupsPublisherIdentitystoreAsyncClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store.default ListGroupsIterableIdentitystoreClient. listGroupsPaginator(ListGroupsRequest listGroupsRequest)Lists all groups in the identity store. -
Uses of ListGroupsRequest in software.amazon.awssdk.services.identitystore.paginators
Constructors in software.amazon.awssdk.services.identitystore.paginators with parameters of type ListGroupsRequest Constructor Description ListGroupsIterable(IdentitystoreClient client, ListGroupsRequest firstRequest)ListGroupsPublisher(IdentitystoreAsyncClient client, ListGroupsRequest firstRequest) -
Uses of ListGroupsRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type ListGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListGroupsRequestMarshaller. marshall(ListGroupsRequest listGroupsRequest)
-