| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateParameterGroupResponse |
DaxClient.updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)
Modifies the parameters of a parameter group.
|
default UpdateParameterGroupResponse |
DaxClient.updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)
Modifies the parameters of a parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateParameterGroupResponse> |
DaxAsyncClient.updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder> updateParameterGroupRequest)
Modifies the parameters of a parameter group.
|
default CompletableFuture<UpdateParameterGroupResponse> |
DaxAsyncClient.updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)
Modifies the parameters of a parameter group.
|
Copyright © 2022. All rights reserved.