| 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 ListUserPoolsResponse |
CognitoIdentityProviderClient.listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
default ListUserPoolsResponse |
CognitoIdentityProviderClient.listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListUserPoolsResponse> |
CognitoIdentityProviderAsyncClient.listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
default CompletableFuture<ListUserPoolsResponse> |
CognitoIdentityProviderAsyncClient.listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListUserPoolsResponse> |
ListUserPoolsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUserPoolsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListUserPoolsResponse> subscriber) |
Copyright © 2022. All rights reserved.