| 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 | |
| software.amazon.awssdk.services.identitystore.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUsersResponse> |
IdentitystoreAsyncClient.listUsers(ListUsersRequest 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.
|
default ListUsersPublisher |
IdentitystoreAsyncClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
default ListUsersIterable |
IdentitystoreClient.listUsersPaginator(ListUsersRequest listUsersRequest)
Lists the attribute name and value of the user that you specified in the search.
|
| Constructor and Description |
|---|
ListUsersIterable(IdentitystoreClient client,
ListUsersRequest firstRequest) |
ListUsersPublisher(IdentitystoreAsyncClient client,
ListUsersRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUsersRequestMarshaller.marshall(ListUsersRequest listUsersRequest) |
Copyright © 2022. All rights reserved.