Uses of Class
com.amazonaws.services.cognitoidp.model.ListUsersRequest
Packages that use ListUsersRequest
-
Uses of ListUsersRequest in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp with parameters of type ListUsersRequestModifier 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.AbstractAWSCognitoIdentityProviderAsync.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 ListUsersRequestModifier 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 ListUsersRequest in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return ListUsersRequestModifier and TypeMethodDescriptionListUsersRequest.clone()
ListUsersRequest.withAttributesToGet
(String... attributesToGet) The attributes to get from the request to list users.ListUsersRequest.withAttributesToGet
(Collection<String> attributesToGet) The attributes to get from the request to list users.The limit of the request to list users.ListUsersRequest.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.ListUsersRequest.withUserPoolId
(String userPoolId) The user pool ID for which you want to list users.ListUsersRequest.withUserStatus
(UserStatusType userStatus) The user status.ListUsersRequest.withUserStatus
(String userStatus) The user status.