Uses of Class
software.amazon.awssdk.services.identitystore.model.ListUsersRequest
-
Packages that use ListUsersRequest 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 ListUsersRequest in software.amazon.awssdk.services.identitystore
Methods in software.amazon.awssdk.services.identitystore with parameters of type ListUsersRequest Modifier and Type Method Description default CompletableFuture<ListUsersResponse>IdentitystoreAsyncClient. listUsers(ListUsersRequest listUsersRequest)Lists all users in the identity store.default ListUsersResponseIdentitystoreClient. listUsers(ListUsersRequest listUsersRequest)Lists all users in the identity store.default ListUsersPublisherIdentitystoreAsyncClient. listUsersPaginator(ListUsersRequest listUsersRequest)Lists all users in the identity store.default ListUsersIterableIdentitystoreClient. listUsersPaginator(ListUsersRequest listUsersRequest)Lists all users in the identity store. -
Uses of ListUsersRequest in software.amazon.awssdk.services.identitystore.paginators
Constructors in software.amazon.awssdk.services.identitystore.paginators with parameters of type ListUsersRequest Constructor Description ListUsersIterable(IdentitystoreClient client, ListUsersRequest firstRequest)ListUsersPublisher(IdentitystoreAsyncClient client, ListUsersRequest firstRequest) -
Uses of ListUsersRequest in software.amazon.awssdk.services.identitystore.transform
Methods in software.amazon.awssdk.services.identitystore.transform with parameters of type ListUsersRequest Modifier and Type Method Description SdkHttpFullRequestListUsersRequestMarshaller. marshall(ListUsersRequest listUsersRequest)
-