Uses of Class
com.amazonaws.services.cognitoidp.model.ListUsersResult
-
Packages that use ListUsersResult Package Description com.amazonaws.services.cognitoidp com.amazonaws.services.cognitoidp.model -
-
Uses of ListUsersResult in com.amazonaws.services.cognitoidp
Methods in com.amazonaws.services.cognitoidp that return ListUsersResult Modifier and Type Method Description ListUsersResult
AbstractAWSCognitoIdentityProvider. listUsers(ListUsersRequest request)
ListUsersResult
AWSCognitoIdentityProvider. listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.ListUsersResult
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 ListUsersResult Modifier and Type Method Description Future<ListUsersResult>
AbstractAWSCognitoIdentityProviderAsync. listUsersAsync(ListUsersRequest request)
Future<ListUsersResult>
AbstractAWSCognitoIdentityProviderAsync. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Future<ListUsersResult>
AWSCognitoIdentityProviderAsync. listUsersAsync(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.Future<ListUsersResult>
AWSCognitoIdentityProviderAsync. listUsersAsync(ListUsersRequest listUsersRequest, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users in the Amazon Cognito user pool.Future<ListUsersResult>
AWSCognitoIdentityProviderAsyncClient. listUsersAsync(ListUsersRequest request)
Future<ListUsersResult>
AWSCognitoIdentityProviderAsyncClient. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Method parameters in com.amazonaws.services.cognitoidp with type arguments of type ListUsersResult Modifier and Type Method Description Future<ListUsersResult>
AbstractAWSCognitoIdentityProviderAsync. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Future<ListUsersResult>
AWSCognitoIdentityProviderAsync. listUsersAsync(ListUsersRequest listUsersRequest, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users in the Amazon Cognito user pool.Future<ListUsersResult>
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 ListUsersResult Modifier and Type Method Description ListUsersResult
ListUsersResult. clone()
ListUsersResult
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.ListUsersResult
ListUsersResult. withUsers(UserType... users)
The users returned in the request to list users.ListUsersResult
ListUsersResult. withUsers(Collection<UserType> users)
The users returned in the request to list users.
-