Uses of Class
software.amazon.awssdk.services.elasticache.model.TestFailoverRequest
-
Packages that use TestFailoverRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of TestFailoverRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type TestFailoverRequest Modifier and Type Method Description 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).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). -
Uses of TestFailoverRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type TestFailoverRequest Modifier and Type Method Description SdkHttpFullRequestTestFailoverRequestMarshaller. marshall(TestFailoverRequest testFailoverRequest)
-