| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
default DecreaseReplicationFactorResponse |
DaxClient.decreaseReplicationFactor(Consumer<DecreaseReplicationFactorRequest.Builder> decreaseReplicationFactorRequest)
Removes one or more nodes from a DAX cluster.
|
default DecreaseReplicationFactorResponse |
DaxClient.decreaseReplicationFactor(DecreaseReplicationFactorRequest decreaseReplicationFactorRequest)
Removes one or more nodes from a DAX cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DecreaseReplicationFactorResponse> |
DaxAsyncClient.decreaseReplicationFactor(Consumer<DecreaseReplicationFactorRequest.Builder> decreaseReplicationFactorRequest)
Removes one or more nodes from a DAX cluster.
|
default CompletableFuture<DecreaseReplicationFactorResponse> |
DaxAsyncClient.decreaseReplicationFactor(DecreaseReplicationFactorRequest decreaseReplicationFactorRequest)
Removes one or more nodes from a DAX cluster.
|
Copyright © 2022. All rights reserved.