Uses of Class
software.amazon.awssdk.services.elasticache.model.TestFailoverResponse
-
Packages that use TestFailoverResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of TestFailoverResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return TestFailoverResponse 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).Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type TestFailoverResponse Modifier and Type Method Description default CompletableFuture<TestFailoverResponse>ElastiCacheAsyncClient. 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 CompletableFuture<TestFailoverResponse>ElastiCacheAsyncClient. 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).
-