Uses of Class
com.amazonaws.services.cognitoidp.model.ListUserPoolsResult
Packages that use ListUserPoolsResult
-
Uses of ListUserPoolsResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ListUserPoolsResultModifier 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.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type ListUserPoolsResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.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 ListUserPoolsResultModifier 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 ListUserPoolsResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUserPoolsResultModifier and TypeMethodDescriptionListUserPoolsResult.clone()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.withUserPools(UserPoolDescriptionType... userPools) The user pools from the response to list users.ListUserPoolsResult.withUserPools(Collection<UserPoolDescriptionType> userPools) The user pools from the response to list users.