Uses of Class
com.amazonaws.services.cognitoidentity.model.ListIdentityPoolsResult
-
Packages that use ListIdentityPoolsResult Package Description com.amazonaws.services.cognitoidentity com.amazonaws.services.cognitoidentity.model -
-
Uses of ListIdentityPoolsResult in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity that return ListIdentityPoolsResult Modifier and Type Method Description ListIdentityPoolsResult
AbstractAmazonCognitoIdentity. listIdentityPools(ListIdentityPoolsRequest request)
ListIdentityPoolsResult
AmazonCognitoIdentity. listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.ListIdentityPoolsResult
AmazonCognitoIdentityClient. listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)
Lists all of the Cognito identity pools registered for your account.Method parameters in com.amazonaws.services.cognitoidentity with type arguments of type ListIdentityPoolsResult Modifier and Type Method Description 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.Future<ListIdentityPoolsResult>
AmazonCognitoIdentityAsyncClient. listIdentityPoolsAsync(ListIdentityPoolsRequest request, AsyncHandler<ListIdentityPoolsRequest,ListIdentityPoolsResult> asyncHandler)
-
Uses of ListIdentityPoolsResult in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return ListIdentityPoolsResult Modifier and Type Method Description ListIdentityPoolsResult
ListIdentityPoolsResult. clone()
ListIdentityPoolsResult
ListIdentityPoolsResult. withIdentityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResult
ListIdentityPoolsResult. withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResult
ListIdentityPoolsResult. withNextToken(String nextToken)
A pagination token.
-