| 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.model |
| 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 CompletableFuture<ListUserPoolsResponse> |
CognitoIdentityProviderAsyncClient.listUserPools(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
default ListUserPoolsIterable |
CognitoIdentityProviderClient.listUserPoolsPaginator(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
default ListUserPoolsPublisher |
CognitoIdentityProviderAsyncClient.listUserPoolsPaginator(Consumer<ListUserPoolsRequest.Builder> listUserPoolsRequest)
Lists the user pools associated with an Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListUserPoolsRequest.Builder |
ListUserPoolsRequest.builder() |
ListUserPoolsRequest.Builder |
ListUserPoolsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pools.
|
ListUserPoolsRequest.Builder |
ListUserPoolsRequest.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListUserPoolsRequest.Builder |
ListUserPoolsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUserPoolsRequest.Builder |
ListUserPoolsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListUserPoolsRequest.Builder |
ListUserPoolsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUserPoolsRequest.Builder> |
ListUserPoolsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.