| 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 |
| Modifier and Type | Method and Description |
|---|---|
default AdminListGroupsForUserResponse |
CognitoIdentityProviderClient.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default AdminListGroupsForUserResponse |
CognitoIdentityProviderClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AdminListGroupsForUserResponse> |
CognitoIdentityProviderAsyncClient.adminListGroupsForUser(AdminListGroupsForUserRequest adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
default CompletableFuture<AdminListGroupsForUserResponse> |
CognitoIdentityProviderAsyncClient.adminListGroupsForUser(Consumer<AdminListGroupsForUserRequest.Builder> adminListGroupsForUserRequest)
Lists the groups that the user belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<AdminListGroupsForUserResponse> |
AdminListGroupsForUserIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminListGroupsForUserPublisher.subscribe(org.reactivestreams.Subscriber<? super AdminListGroupsForUserResponse> subscriber) |
Copyright © 2019. All rights reserved.