Uses of Class
software.amazon.awssdk.services.dax.model.RebootNodeResponse
-
Packages that use RebootNodeResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of RebootNodeResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return RebootNodeResponse Modifier and Type Method Description default RebootNodeResponseDaxClient. rebootNode(Consumer<RebootNodeRequest.Builder> rebootNodeRequest)Reboots a single node of a DAX cluster.default RebootNodeResponseDaxClient. rebootNode(RebootNodeRequest rebootNodeRequest)Reboots a single node of a DAX cluster.Methods in software.amazon.awssdk.services.dax that return types with arguments of type RebootNodeResponse Modifier and Type Method Description default CompletableFuture<RebootNodeResponse>DaxAsyncClient. rebootNode(Consumer<RebootNodeRequest.Builder> rebootNodeRequest)Reboots a single node of a DAX cluster.default CompletableFuture<RebootNodeResponse>DaxAsyncClient. rebootNode(RebootNodeRequest rebootNodeRequest)Reboots a single node of a DAX cluster.
-