Package | Description |
---|---|
com.amazonaws.services.cognitoidp | |
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
AbstractAWSCognitoIdentityProvider.listUsers(ListUsersRequest request) |
ListUsersResult |
AWSCognitoIdentityProviderClient.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
ListUsersResult |
AWSCognitoIdentityProvider.listUsers(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request) |
java.util.concurrent.Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request) |
java.util.concurrent.Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest)
Lists the users in the Amazon Cognito user pool.
|
java.util.concurrent.Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
java.util.concurrent.Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
java.util.concurrent.Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users in the Amazon Cognito user pool.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListUsersResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
java.util.concurrent.Future<ListUsersResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersAsync(ListUsersRequest request,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) |
java.util.concurrent.Future<ListUsersResult> |
AWSCognitoIdentityProviderAsync.listUsersAsync(ListUsersRequest listUsersRequest,
AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)
Lists the users in the Amazon Cognito user pool.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
ListUsersResult.clone() |
ListUsersResult |
ListUsersResult.withPaginationToken(java.lang.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(java.util.Collection<UserType> users)
The users returned in the request to list users.
|
ListUsersResult |
ListUsersResult.withUsers(UserType... users)
The users returned in the request to list users.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResult |
ListUsersResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |