| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model | |
| software.amazon.awssdk.services.cognitoidentityprovider.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UserPoolClientDescription> |
ListUserPoolClientsResponse.userPoolClients()
The user pool clients in the response that lists user pool clients.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolClientsResponse.Builder |
ListUserPoolClientsResponse.Builder.userPoolClients(UserPoolClientDescription... userPoolClients)
The user pool clients in the response that lists user pool clients.
|
| Modifier and Type | Method and Description |
|---|---|
ListUserPoolClientsResponse.Builder |
ListUserPoolClientsResponse.Builder.userPoolClients(Collection<UserPoolClientDescription> userPoolClients)
The user pool clients in the response that lists user pool clients.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<UserPoolClientDescription> |
ListUserPoolClientsPublisher.userPoolClients()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<UserPoolClientDescription> |
ListUserPoolClientsIterable.userPoolClients()
Returns an iterable to iterate through the paginated
ListUserPoolClientsResponse.userPoolClients()
member. |
Copyright © 2020. All rights reserved.