| 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 | |
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListUserPoolsResponse |
CognitoIdentityProviderClient.listUserPools(ListUserPoolsRequest 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.
|
default ListUserPoolsIterable |
CognitoIdentityProviderClient.listUserPoolsPaginator(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
default ListUserPoolsPublisher |
CognitoIdentityProviderAsyncClient.listUserPoolsPaginator(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
| Constructor and Description |
|---|
ListUserPoolsIterable(CognitoIdentityProviderClient client,
ListUserPoolsRequest firstRequest) |
ListUserPoolsPublisher(CognitoIdentityProviderAsyncClient client,
ListUserPoolsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListUserPoolsRequestMarshaller.marshall(ListUserPoolsRequest listUserPoolsRequest) |
Copyright © 2022. All rights reserved.