| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
default IncreaseReplicationFactorResponse |
DaxClient.increaseReplicationFactor(Consumer<IncreaseReplicationFactorRequest.Builder> increaseReplicationFactorRequest)
Adds one or more nodes to a DAX cluster.
|
default IncreaseReplicationFactorResponse |
DaxClient.increaseReplicationFactor(IncreaseReplicationFactorRequest increaseReplicationFactorRequest)
Adds one or more nodes to a DAX cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<IncreaseReplicationFactorResponse> |
DaxAsyncClient.increaseReplicationFactor(Consumer<IncreaseReplicationFactorRequest.Builder> increaseReplicationFactorRequest)
Adds one or more nodes to a DAX cluster.
|
default CompletableFuture<IncreaseReplicationFactorResponse> |
DaxAsyncClient.increaseReplicationFactor(IncreaseReplicationFactorRequest increaseReplicationFactorRequest)
Adds one or more nodes to a DAX cluster.
|
Copyright © 2019. All rights reserved.