| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListUsersResponse |
IdentitystoreClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists all users in the identity store.
|
default ListUsersResponse |
IdentitystoreClient.listUsers(ListUsersRequest listUsersRequest)
Lists all users in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
IdentitystoreAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists all users in the identity store.
|
default CompletableFuture<ListUsersResponse> |
IdentitystoreAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Lists all users in the identity store.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUsersResponse> |
ListUsersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUsersResponse> subscriber) |
Copyright © 2023. All rights reserved.