| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito user pools API, you can create a user pool to manage directories and users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.paginators | |
| software.amazon.awssdk.services.cognitoidentityprovider.transform |
| Modifier and Type | Method and Description |
|---|---|
default AdminListGroupsForUserResponse |
CognitoIdentityProviderClient.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default CompletableFuture<AdminListGroupsForUserResponse> |
CognitoIdentityProviderAsyncClient.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default AdminListGroupsForUserIterable |
CognitoIdentityProviderClient.adminListGroupsForUserPaginator(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default AdminListGroupsForUserPublisher |
CognitoIdentityProviderAsyncClient.adminListGroupsForUserPaginator(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
| Constructor and Description |
|---|
AdminListGroupsForUserIterable(CognitoIdentityProviderClient client,
AdminListGroupsForUserRequest firstRequest) |
AdminListGroupsForUserPublisher(CognitoIdentityProviderAsyncClient client,
AdminListGroupsForUserRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
AdminListGroupsForUserRequestMarshaller.marshall(AdminListGroupsForUserRequest adminListGroupsForUserRequest) |
Copyright © 2023. All rights reserved.