Package | Description |
---|---|
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitoidentity.model | |
com.amazonaws.services.cognitoidentity.model.transform |
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.
|
ListIdentityPoolsResult |
AbstractAmazonCognitoIdentity.listIdentityPools(ListIdentityPoolsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest request) |
java.util.concurrent.Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.
|
java.util.concurrent.Future<ListIdentityPoolsResult> |
AbstractAmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest request) |
java.util.concurrent.Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest request,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler) |
java.util.concurrent.Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler)
Lists all of the Cognito identity pools registered for your account.
|
java.util.concurrent.Future<ListIdentityPoolsResult> |
AbstractAmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest request,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsyncClient.listIdentityPoolsAsync(ListIdentityPoolsRequest request,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler) |
java.util.concurrent.Future<ListIdentityPoolsResult> |
AmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest listIdentityPoolsRequest,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler)
Lists all of the Cognito identity pools registered for your account.
|
java.util.concurrent.Future<ListIdentityPoolsResult> |
AbstractAmazonCognitoIdentityAsync.listIdentityPoolsAsync(ListIdentityPoolsRequest request,
AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsResult |
ListIdentityPoolsResult.clone() |
ListIdentityPoolsResult |
ListIdentityPoolsResult.withIdentityPools(java.util.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(java.lang.String nextToken)
A pagination token.
|
Modifier and Type | Method and Description |
---|---|
ListIdentityPoolsResult |
ListIdentityPoolsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |