| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default ModifyUserGroupResponse |
ElastiCacheClient.modifyUserGroup(Consumer<ModifyUserGroupRequest.Builder> modifyUserGroupRequest)
Changes the list of users that belong to the user group.
|
default ModifyUserGroupResponse |
ElastiCacheClient.modifyUserGroup(ModifyUserGroupRequest modifyUserGroupRequest)
Changes the list of users that belong to the user group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyUserGroupResponse> |
ElastiCacheAsyncClient.modifyUserGroup(Consumer<ModifyUserGroupRequest.Builder> modifyUserGroupRequest)
Changes the list of users that belong to the user group.
|
default CompletableFuture<ModifyUserGroupResponse> |
ElastiCacheAsyncClient.modifyUserGroup(ModifyUserGroupRequest modifyUserGroupRequest)
Changes the list of users that belong to the user group.
|
Copyright © 2023. All rights reserved.