Uses of Class
com.amazonaws.services.cognitoidp.model.ListUserPoolsRequest
Packages that use ListUserPoolsRequest
-
Uses of ListUserPoolsRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ListUserPoolsRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.listUserPools
(ListUserPoolsRequest request) AWSCognitoIdentityProvider.listUserPools
(ListUserPoolsRequest listUserPoolsRequest) Lists the user pools associated with an AWS account.AWSCognitoIdentityProviderClient.listUserPools
(ListUserPoolsRequest listUserPoolsRequest) Lists the user pools associated with an AWS account.AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync
(ListUserPoolsRequest request) AbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync
(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest, ListUserPoolsResult> asyncHandler) AWSCognitoIdentityProviderAsync.listUserPoolsAsync
(ListUserPoolsRequest listUserPoolsRequest) Lists the user pools associated with an AWS account.AWSCognitoIdentityProviderAsync.listUserPoolsAsync
(ListUserPoolsRequest listUserPoolsRequest, AsyncHandler<ListUserPoolsRequest, ListUserPoolsResult> asyncHandler) Lists the user pools associated with an AWS account.AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync
(ListUserPoolsRequest request) AWSCognitoIdentityProviderAsyncClient.listUserPoolsAsync
(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest, ListUserPoolsResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ListUserPoolsRequestModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.listUserPoolsAsync
(ListUserPoolsRequest request, AsyncHandler<ListUserPoolsRequest, ListUserPoolsResult> asyncHandler) AWSCognitoIdentityProviderAsync.listUserPoolsAsync
(ListUserPoolsRequest listUserPoolsRequest, AsyncHandler<ListUserPoolsRequest, ListUserPoolsResult> asyncHandler) Lists the user pools associated with an AWS account.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 ListUserPoolsRequestModifier and TypeMethodDescriptionListUserPoolsRequest.clone()
ListUserPoolsRequest.withMaxResults
(Integer maxResults) The maximum number of results you want the request to return when listing the user pools.ListUserPoolsRequest.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.