Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model |
Modifier and Type | Method and Description |
---|---|
Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest request,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler) |
Future<ListIdentityPoolsResult> |
AbstractAmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest request,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler) |
Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler)
Lists all of the Cognito identity pools registered for your account.
|
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsRequest |
ListIdentityPoolsRequest.clone() |
ListIdentityPoolsRequest |
ListIdentityPoolsRequest.withMaxResults(Integer maxResults)
The maximum number of identities to return.
|
ListIdentityPoolsRequest |
ListIdentityPoolsRequest.withNextToken(String nextToken)
A pagination token.
|
Copyright © 2018. All rights reserved.