| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentity |
Synchronous and asynchronous client classes for accessing AmazonCognitoIdentity.
|
| com.amazonaws.services.cognitoidentity.model |
Classes modeling the various types represented by AmazonCognitoIdentity.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolsResult |
AmazonCognitoIdentityClient.listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
ListIdentityPoolsResult |
AmazonCognitoIdentity.listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler)
Lists all of the Cognito identity pools registered for your account.
|
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 |
|---|---|
Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler)
Lists all of the Cognito identity pools registered for your account.
|
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 |
|---|---|
ListIdentityPoolsResult |
ListIdentityPoolsResult.clone() |
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResult |
ListIdentityPoolsResult.withNextToken(String nextToken)
A pagination token.
|
Copyright © 2015. All rights reserved.