| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersInGroupResult |
AmazonCognitoIdentityProviderClient.listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)
Lists the users in the specified group.
|
ListUsersInGroupResult |
AmazonCognitoIdentityProvider.listUsersInGroup(ListUsersInGroupRequest listUsersInGroupRequest)
Lists the users in the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersInGroupRequest |
ListUsersInGroupRequest.withGroupName(String groupName)
The name of the group.
|
ListUsersInGroupRequest |
ListUsersInGroupRequest.withLimit(Integer limit)
The limit of the request to list users.
|
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 © 2020. All rights reserved.