Uses of Class
com.amazonaws.services.cognitoidp.model.ListUsersResult
Packages that use ListUsersResult
-
Uses of ListUsersResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ListUsersResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProvider.listUsers
(ListUsersRequest request) AWSCognitoIdentityProvider.listUsers
(ListUsersRequest listUsersRequest) Lists the users in the Amazon Cognito user pool.AWSCognitoIdentityProviderClient.listUsers
(ListUsersRequest listUsersRequest) Lists the users in the Amazon Cognito user pool.Methods in com.amazonaws.services.cognitoidp that return types with arguments of type ListUsersResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.listUsersAsync
(ListUsersRequest request) AbstractAWSCognitoIdentityProviderAsync.listUsersAsync
(ListUsersRequest request, AsyncHandler<ListUsersRequest, ListUsersResult> asyncHandler) AWSCognitoIdentityProviderAsync.listUsersAsync
(ListUsersRequest listUsersRequest) Lists the users in the Amazon Cognito user pool.AWSCognitoIdentityProviderAsync.listUsersAsync
(ListUsersRequest listUsersRequest, AsyncHandler<ListUsersRequest, ListUsersResult> asyncHandler) Lists the users in the Amazon Cognito user pool.AWSCognitoIdentityProviderAsyncClient.listUsersAsync
(ListUsersRequest request) AWSCognitoIdentityProviderAsyncClient.listUsersAsync
(ListUsersRequest request, AsyncHandler<ListUsersRequest, ListUsersResult> asyncHandler) Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ListUsersResultModifier and TypeMethodDescriptionAbstractAWSCognitoIdentityProviderAsync.listUsersAsync
(ListUsersRequest request, AsyncHandler<ListUsersRequest, ListUsersResult> asyncHandler) AWSCognitoIdentityProviderAsync.listUsersAsync
(ListUsersRequest listUsersRequest, AsyncHandler<ListUsersRequest, ListUsersResult> asyncHandler) Lists the users in the Amazon Cognito user pool.AWSCognitoIdentityProviderAsyncClient.listUsersAsync
(ListUsersRequest request, AsyncHandler<ListUsersRequest, ListUsersResult> asyncHandler) -
Uses of ListUsersResult in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUsersResultModifier and TypeMethodDescriptionListUsersResult.clone()
ListUsersResult.withPaginationToken
(String paginationToken) 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.The users returned in the request to list users.ListUsersResult.withUsers
(Collection<UserType> users) The users returned in the request to list users.