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 ListIdentityPoolsResultAbstractAmazonCognitoIdentity. listIdentityPools(ListIdentityPoolsRequest request)ListIdentityPoolsResultAmazonCognitoIdentity. listIdentityPools(ListIdentityPoolsRequest listIdentityPoolsRequest)Lists all of the Cognito identity pools registered for your account.ListIdentityPoolsResultAmazonCognitoIdentityClient. 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 ListIdentityPoolsResultListIdentityPoolsResult. clone()ListIdentityPoolsResultListIdentityPoolsResult. withIdentityPools(IdentityPoolShortDescription... identityPools)The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResultListIdentityPoolsResult. withIdentityPools(Collection<IdentityPoolShortDescription> identityPools)The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResultListIdentityPoolsResult. withNextToken(String nextToken)A pagination token.
-