| 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 |
|---|---|
AdminListGroupsForUserResult |
AWSCognitoIdentityProviderClient.adminListGroupsForUser(AdminListGroupsForUserRequest request)
Lists the groups that a user belongs to.
|
AdminListGroupsForUserResult |
AWSCognitoIdentityProvider.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that a user belongs to.
|
AdminListGroupsForUserResult |
AbstractAWSCognitoIdentityProvider.adminListGroupsForUser(AdminListGroupsForUserRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<AdminListGroupsForUserResult> |
AWSCognitoIdentityProviderAsyncClient.adminListGroupsForUserAsync(AdminListGroupsForUserRequest request,
AsyncHandler<AdminListGroupsForUserRequest,AdminListGroupsForUserResult> asyncHandler) |
Future<AdminListGroupsForUserResult> |
AWSCognitoIdentityProviderAsync.adminListGroupsForUserAsync(AdminListGroupsForUserRequest adminListGroupsForUserRequest,
AsyncHandler<AdminListGroupsForUserRequest,AdminListGroupsForUserResult> asyncHandler)
Lists the groups that a user belongs to.
|
Future<AdminListGroupsForUserResult> |
AbstractAWSCognitoIdentityProviderAsync.adminListGroupsForUserAsync(AdminListGroupsForUserRequest request,
AsyncHandler<AdminListGroupsForUserRequest,AdminListGroupsForUserResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AdminListGroupsForUserResult |
AdminListGroupsForUserResult.clone() |
AdminListGroupsForUserResult |
AdminListGroupsForUserResult.withGroups(Collection<GroupType> groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResult |
AdminListGroupsForUserResult.withGroups(GroupType... groups)
The groups that the user belongs to.
|
AdminListGroupsForUserResult |
AdminListGroupsForUserResult.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.
|
Copyright © 2024. All rights reserved.