Uses of Class
software.amazon.awssdk.services.dax.model.NodeNotFoundException
-
Packages that use NodeNotFoundException Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of NodeNotFoundException in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that throw NodeNotFoundException Modifier and Type Method Description default DecreaseReplicationFactorResponseDaxClient. decreaseReplicationFactor(Consumer<DecreaseReplicationFactorRequest.Builder> decreaseReplicationFactorRequest)Removes one or more nodes from a DAX cluster.default DecreaseReplicationFactorResponseDaxClient. decreaseReplicationFactor(DecreaseReplicationFactorRequest decreaseReplicationFactorRequest)Removes one or more nodes from a DAX cluster.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.
-