| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static ListUserPoolsResponse.Builder |
ListUserPoolsResponse.builder() |
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.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.
|
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.toBuilder() |
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.Builder.userPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.Builder.userPools(Consumer<UserPoolDescriptionType.Builder>... userPools)
The user pools from the response to list users.
|
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.Builder.userPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListUserPoolsResponse.Builder> |
ListUserPoolsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.