| Package | Description |
|---|---|
| com.amazonaws.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RebootNodeResult> |
AbstractAmazonDaxAsync.rebootNodeAsync(RebootNodeRequest request,
AsyncHandler<RebootNodeRequest,RebootNodeResult> asyncHandler) |
Future<RebootNodeResult> |
AmazonDaxAsync.rebootNodeAsync(RebootNodeRequest rebootNodeRequest,
AsyncHandler<RebootNodeRequest,RebootNodeResult> asyncHandler)
Reboots a single node of a DAX cluster.
|
Future<RebootNodeResult> |
AmazonDaxAsyncClient.rebootNodeAsync(RebootNodeRequest request,
AsyncHandler<RebootNodeRequest,RebootNodeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RebootNodeRequest |
RebootNodeRequest.clone() |
RebootNodeRequest |
RebootNodeRequest.withClusterName(String clusterName)
The name of the DAX cluster containing the node to be rebooted.
|
RebootNodeRequest |
RebootNodeRequest.withNodeId(String nodeId)
The system-assigned ID of the node to be rebooted.
|
Copyright © 2017. All rights reserved.