| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default ResetCacheParameterGroupResponse |
ElastiCacheClient.resetCacheParameterGroup(Consumer<ResetCacheParameterGroupRequest.Builder> resetCacheParameterGroupRequest)
Modifies the parameters of a cache parameter group to the engine or system default value.
|
default ResetCacheParameterGroupResponse |
ElastiCacheClient.resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
Modifies the parameters of a cache parameter group to the engine or system default value.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ResetCacheParameterGroupResponse> |
ElastiCacheAsyncClient.resetCacheParameterGroup(Consumer<ResetCacheParameterGroupRequest.Builder> resetCacheParameterGroupRequest)
Modifies the parameters of a cache parameter group to the engine or system default value.
|
default CompletableFuture<ResetCacheParameterGroupResponse> |
ElastiCacheAsyncClient.resetCacheParameterGroup(ResetCacheParameterGroupRequest resetCacheParameterGroupRequest)
Modifies the parameters of a cache parameter group to the engine or system default value.
|
Copyright © 2023. All rights reserved.