| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore |
null
|
| 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 © 2021. All rights reserved.