| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default AdminAddUserToGroupResponse |
CognitoIdentityProviderClient.adminAddUserToGroup(AdminAddUserToGroupRequest adminAddUserToGroupRequest)
Adds the specified user to the specified group.
|
default AdminAddUserToGroupResponse |
CognitoIdentityProviderClient.adminAddUserToGroup(Consumer<AdminAddUserToGroupRequest.Builder> adminAddUserToGroupRequest)
Adds the specified user to the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AdminAddUserToGroupResponse> |
CognitoIdentityProviderAsyncClient.adminAddUserToGroup(AdminAddUserToGroupRequest adminAddUserToGroupRequest)
Adds the specified user to the specified group.
|
default CompletableFuture<AdminAddUserToGroupResponse> |
CognitoIdentityProviderAsyncClient.adminAddUserToGroup(Consumer<AdminAddUserToGroupRequest.Builder> adminAddUserToGroupRequest)
Adds the specified user to the specified group.
|
Copyright © 2020. All rights reserved.