| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteCacheParameterGroupResponse |
ElastiCacheClient.deleteCacheParameterGroup(Consumer<DeleteCacheParameterGroupRequest.Builder> deleteCacheParameterGroupRequest)
Deletes the specified cache parameter group.
|
default DeleteCacheParameterGroupResponse |
ElastiCacheClient.deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
Deletes the specified cache parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteCacheParameterGroupResponse> |
ElastiCacheAsyncClient.deleteCacheParameterGroup(Consumer<DeleteCacheParameterGroupRequest.Builder> deleteCacheParameterGroupRequest)
Deletes the specified cache parameter group.
|
default CompletableFuture<DeleteCacheParameterGroupResponse> |
ElastiCacheAsyncClient.deleteCacheParameterGroup(DeleteCacheParameterGroupRequest deleteCacheParameterGroupRequest)
Deletes the specified cache parameter group.
|
Copyright © 2023. All rights reserved.