| 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 |
|---|---|
ListUsersInGroupResult |
AbstractAWSCognitoIdentityProvider.listUsersInGroup(ListUsersInGroupRequest request) |
ListUsersInGroupResult |
AWSCognitoIdentityProviderClient.listUsersInGroup(ListUsersInGroupRequest request)
Lists the users in the specified group.
|
ListUsersInGroupResult |
AWSCognitoIdentityProvider.listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)
Lists the users in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListUsersInGroupResult> |
AbstractAWSCognitoIdentityProviderAsync.listUsersInGroupAsync(ListUsersInGroupRequest request,
AsyncHandler<ListUsersInGroupRequest,ListUsersInGroupResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersInGroupResult |
ListUsersInGroupResult.clone() |
ListUsersInGroupResult |
ListUsersInGroupResult.withNextToken(String nextToken)
An identifier that you can use in a later request to return the next set of items in the list.
|
ListUsersInGroupResult |
ListUsersInGroupResult.withUsers(Collection<UserType> users)
A list of users in the group, and their attributes.
|
ListUsersInGroupResult |
ListUsersInGroupResult.withUsers(UserType... users)
A list of users in the group, and their attributes.
|
Copyright © 2024. All rights reserved.