Uses of Interface
software.amazon.awssdk.services.elasticache.model.TestFailoverRequest.Builder
-
Packages that use TestFailoverRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of TestFailoverRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type TestFailoverRequest.Builder 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 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). -
Uses of TestFailoverRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return TestFailoverRequest.Builder Modifier and Type Method Description static TestFailoverRequest.BuilderTestFailoverRequest. builder()TestFailoverRequest.BuilderTestFailoverRequest.Builder. nodeGroupId(String nodeGroupId)The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested.TestFailoverRequest.BuilderTestFailoverRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestFailoverRequest.BuilderTestFailoverRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TestFailoverRequest.BuilderTestFailoverRequest.Builder. replicationGroupId(String replicationGroupId)The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.TestFailoverRequest.BuilderTestFailoverRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type TestFailoverRequest.Builder Modifier and Type Method Description static Class<? extends TestFailoverRequest.Builder>TestFailoverRequest. serializableBuilderClass()
-