Uses of Class
com.amazonaws.services.cognitoidp.model.ListUserPoolsRequest
-
Packages that use ListUserPoolsRequest Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ListUserPoolsRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ListUserPoolsRequest Modifier and Type Method Description ListUserPoolsResultAbstractAWSCognitoIdentityProvider. listUserPools(ListUserPoolsRequest request)ListUserPoolsResultAWSCognitoIdentityProvider. listUserPools(ListUserPoolsRequest listUserPoolsRequest)Lists the user pools associated with an AWS account.ListUserPoolsResultAWSCognitoIdentityProviderClient. listUserPools(ListUserPoolsRequest listUserPoolsRequest)Lists the user pools associated with an AWS account.Future<ListUserPoolsResult>AbstractAWSCognitoIdentityProviderAsync. listUserPoolsAsync(ListUserPoolsRequest request)Future<ListUserPoolsResult>AbstractAWSCognitoIdentityProviderAsync. listUserPoolsAsync(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)Future<ListUserPoolsResult>AWSCognitoIdentityProviderAsync. listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest)Lists the user pools associated with an AWS account.Future<ListUserPoolsResult>AWSCognitoIdentityProviderAsync. listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest, AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)Lists the user pools associated with an AWS account.Future<ListUserPoolsResult>AWSCognitoIdentityProviderAsyncClient. listUserPoolsAsync(ListUserPoolsRequest request)Future<ListUserPoolsResult>AWSCognitoIdentityProviderAsyncClient. listUserPoolsAsync(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ListUserPoolsRequest Modifier and Type Method Description Future<ListUserPoolsResult>AbstractAWSCognitoIdentityProviderAsync. listUserPoolsAsync(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)Future<ListUserPoolsResult>AWSCognitoIdentityProviderAsync. listUserPoolsAsync(ListUserPoolsRequest listUserPoolsRequest, AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler)Lists the user pools associated with an AWS account.Future<ListUserPoolsResult>AWSCognitoIdentityProviderAsyncClient. listUserPoolsAsync(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest,ListUserPoolsResult> asyncHandler) -
Uses of ListUserPoolsRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUserPoolsRequest Modifier and Type Method Description ListUserPoolsRequestListUserPoolsRequest. clone()ListUserPoolsRequestListUserPoolsRequest. withMaxResults(Integer maxResults)The maximum number of results you want the request to return when listing the user pools.ListUserPoolsRequestListUserPoolsRequest. withNextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
-