Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
Future<AdminListGroupsForUserResult> |
AWSCognitoIdentityProviderAsyncClient.adminListGroupsForUserAsync(AdminListGroupsForUserRequest request,
AsyncHandler<AdminListGroupsForUserRequest,AdminListGroupsForUserResult> asyncHandler) |
Future<AdminListGroupsForUserResult> |
AbstractAWSCognitoIdentityProviderAsync.adminListGroupsForUserAsync(AdminListGroupsForUserRequest request,
AsyncHandler<AdminListGroupsForUserRequest,AdminListGroupsForUserResult> asyncHandler) |
Future<AdminListGroupsForUserResult> |
AWSCognitoIdentityProviderAsync.adminListGroupsForUserAsync(AdminListGroupsForUserRequest adminListGroupsForUserRequest,
AsyncHandler<AdminListGroupsForUserRequest,AdminListGroupsForUserResult> asyncHandler)
Lists the groups that the user belongs to.
|
Modifier and Type | Method and Description |
---|---|
AdminListGroupsForUserRequest |
AdminListGroupsForUserRequest.clone() |
AdminListGroupsForUserRequest |
AdminListGroupsForUserRequest.withLimit(Integer limit)
The limit of the request to list groups.
|
AdminListGroupsForUserRequest |
AdminListGroupsForUserRequest.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.
|
AdminListGroupsForUserRequest |
AdminListGroupsForUserRequest.withUsername(String username)
The username for the user.
|
AdminListGroupsForUserRequest |
AdminListGroupsForUserRequest.withUserPoolId(String userPoolId)
The user pool ID for the user pool.
|
Copyright © 2021. All rights reserved.