Uses of Class
com.amazonaws.services.cognitoidentity.model.ListIdentityPoolsRequest
Packages that use ListIdentityPoolsRequest
Package
Description
-
Uses of ListIdentityPoolsRequest in com.amazonaws.services.cognitoidentity
Methods in com.amazonaws.services.cognitoidentity with parameters of type ListIdentityPoolsRequestModifier 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.AbstractAmazonCognitoIdentityAsync.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 ListIdentityPoolsRequestModifier 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 ListIdentityPoolsRequest in com.amazonaws.services.cognitoidentity.model
Methods in com.amazonaws.services.cognitoidentity.model that return ListIdentityPoolsRequestModifier and TypeMethodDescriptionListIdentityPoolsRequest.clone()
ListIdentityPoolsRequest.withMaxResults
(Integer maxResults) The maximum number of identities to return.ListIdentityPoolsRequest.withNextToken
(String nextToken) A pagination token.