Uses of Class
com.amazonaws.services.cognitoidp.model.ListUserPoolsResult
-
Packages that use ListUserPoolsResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ListUserPoolsResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ListUserPoolsResult Modifier and Type Method Description ListUserPoolsResult
AbstractAWSCognitoIdentityProvider. listUserPools(ListUserPoolsRequest request)
ListUserPoolsResult
AWSCognitoIdentityProvider. listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an AWS account.ListUserPoolsResult
AWSCognitoIdentityProviderClient. listUserPools(ListUserPoolsRequest listUserPoolsRequest)
Lists the user pools associated with an AWS account.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type ListUserPoolsResult Modifier and Type Method Description 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 ListUserPoolsResult 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 ListUserPoolsResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUserPoolsResult Modifier and Type Method Description ListUserPoolsResult
ListUserPoolsResult. clone()
ListUserPoolsResult
ListUserPoolsResult. 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.ListUserPoolsResult
ListUserPoolsResult. withUserPools(UserPoolDescriptionType... userPools)
The user pools from the response to list users.ListUserPoolsResult
ListUserPoolsResult. withUserPools(Collection<UserPoolDescriptionType> userPools)
The user pools from the response to list users.
-