| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteParameterGroupResponse |
DaxClient.deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder> deleteParameterGroupRequest)
Deletes the specified parameter group.
|
default DeleteParameterGroupResponse |
DaxClient.deleteParameterGroup(DeleteParameterGroupRequest deleteParameterGroupRequest)
Deletes the specified parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteParameterGroupResponse> |
DaxAsyncClient.deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder> deleteParameterGroupRequest)
Deletes the specified parameter group.
|
default CompletableFuture<DeleteParameterGroupResponse> |
DaxAsyncClient.deleteParameterGroup(DeleteParameterGroupRequest deleteParameterGroupRequest)
Deletes the specified parameter group.
|
Copyright © 2022. All rights reserved.