| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model | |
| software.amazon.awssdk.services.cognitoidentityprovider.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UserPoolDescriptionType> |
ListUserPoolsResponse.userPools()
The user pools from the response to list users.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.Builder.userPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolsResponse.Builder |
ListUserPoolsResponse.Builder.userPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<UserPoolDescriptionType> |
ListUserPoolsIterable.userPools()
Returns an iterable to iterate through the paginated
ListUserPoolsResponse.userPools() member. |
SdkPublisher<UserPoolDescriptionType> |
ListUserPoolsPublisher.userPools()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.