| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersInGroupResult> |
AWSCognitoIdentityProviderAsyncClient.listUsersInGroupAsync(ListUsersInGroupRequest request,
AsyncHandler<ListUsersInGroupRequest,ListUsersInGroupResult> asyncHandler) |
Future<ListUsersInGroupResult> |
AWSCognitoIdentityProviderAsync.listUsersInGroupAsync(ListUsersInGroupRequest listUsersInGroupRequest,
AsyncHandler<ListUsersInGroupRequest,ListUsersInGroupResult> asyncHandler)
Lists the users in the specified group.
|
Future<ListUsersInGroupResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersInGroupAsync(ListUsersInGroupRequest request,
AsyncHandler<ListUsersInGroupRequest,ListUsersInGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListUsersInGroupRequest |
ListUsersInGroupRequest.clone() |
ListUsersInGroupRequest |
ListUsersInGroupRequest.withGroupName(String groupName)
The name of the group.
|
ListUsersInGroupRequest |
ListUsersInGroupRequest.withLimit(Integer limit)
The maximum number of users that you want to retrieve before pagination.
|
ListUsersInGroupRequest |
ListUsersInGroupRequest.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.
|
ListUsersInGroupRequest |
ListUsersInGroupRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2025. All rights reserved.