| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
The AWS Single Sign-On (SSO) Identity Store service 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 the attribute name and value of the user that you specified in the search.
|
default ListUsersResponse |
IdentitystoreClient.listUsers(ListUsersRequest listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
IdentitystoreAsyncClient.listUsers(Consumer<ListUsersRequest.Builder> listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
default CompletableFuture<ListUsersResponse> |
IdentitystoreAsyncClient.listUsers(ListUsersRequest listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
| 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 © 2022. All rights reserved.