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