Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<ListUserPoolClientsResult> |
AWSCognitoIdentityProviderAsyncClient.listUserPoolClientsAsync(ListUserPoolClientsRequest request,
AsyncHandler<ListUserPoolClientsRequest,ListUserPoolClientsResult> asyncHandler) |
Future<ListUserPoolClientsResult> |
AbstractAWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest request,
AsyncHandler<ListUserPoolClientsRequest,ListUserPoolClientsResult> asyncHandler) |
Future<ListUserPoolClientsResult> |
AWSCognitoIdentityProviderAsync.listUserPoolClientsAsync(ListUserPoolClientsRequest listUserPoolClientsRequest,
AsyncHandler<ListUserPoolClientsRequest,ListUserPoolClientsResult> asyncHandler)
Lists the clients that have been created for the specified user pool.
|
Modifier and Type | Method and Description |
---|---|
ListUserPoolClientsRequest |
ListUserPoolClientsRequest.clone() |
ListUserPoolClientsRequest |
ListUserPoolClientsRequest.withMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing
the user pool clients.
|
ListUserPoolClientsRequest |
ListUserPoolClientsRequest.withNextToken(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.
|
ListUserPoolClientsRequest |
ListUserPoolClientsRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool
clients.
|
Copyright © 2018. All rights reserved.