Uses of Class
software.amazon.awssdk.services.elasticache.model.TestFailoverNotAvailableException
-
Packages that use TestFailoverNotAvailableException Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of TestFailoverNotAvailableException in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that throw TestFailoverNotAvailableException Modifier and Type Method Description default TestFailoverResponseElastiCacheClient. testFailover(Consumer<TestFailoverRequest.Builder> testFailoverRequest)Represents the input of aTestFailoveroperation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).default TestFailoverResponseElastiCacheClient. testFailover(TestFailoverRequest testFailoverRequest)Represents the input of aTestFailoveroperation which tests automatic failover on a specified node group (called shard in the console) in a replication group (called cluster in the console).
-