| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListUserPoolClientsResponse |
CognitoIdentityProviderClient.listUserPoolClients(Consumer<ListUserPoolClientsRequest.Builder> listUserPoolClientsRequest)
Lists the clients that have been created for the specified user pool.
|
default ListUserPoolClientsResponse |
CognitoIdentityProviderClient.listUserPoolClients(ListUserPoolClientsRequest listUserPoolClientsRequest)
Lists the clients that have been created for the specified user pool.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUserPoolClientsResponse> |
CognitoIdentityProviderAsyncClient.listUserPoolClients(Consumer<ListUserPoolClientsRequest.Builder> listUserPoolClientsRequest)
Lists the clients that have been created for the specified user pool.
|
default CompletableFuture<ListUserPoolClientsResponse> |
CognitoIdentityProviderAsyncClient.listUserPoolClients(ListUserPoolClientsRequest listUserPoolClientsRequest)
Lists the clients that have been created for the specified user pool.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUserPoolClientsResponse> |
ListUserPoolClientsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserPoolClientsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUserPoolClientsResponse> subscriber) |
Copyright © 2022. All rights reserved.