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