decreaseReplicationFactor
inline suspend fun DaxClient.decreaseReplicationFactor(crossinline block: DecreaseReplicationFactorRequest.Builder.() -> Unit): DecreaseReplicationFactorResponse
Removes one or more nodes from a DAX cluster.
You cannot use DecreaseReplicationFactor
to remove the last node in a DAX cluster. If you need to do this, use DeleteCluster
instead.