| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default TestFailoverResponse |
ElastiCacheClient.testFailover(Consumer<TestFailoverRequest.Builder> testFailoverRequest)
Represents the input of a
TestFailover operation which test automatic failover on a specified node
group (called shard in the console) in a replication group (called cluster in the console). |
default TestFailoverResponse |
ElastiCacheClient.testFailover(TestFailoverRequest testFailoverRequest)
Represents the input of a
TestFailover operation which test automatic failover on a specified node
group (called shard in the console) in a replication group (called cluster in the console). |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestFailoverResponse> |
ElastiCacheAsyncClient.testFailover(Consumer<TestFailoverRequest.Builder> testFailoverRequest)
Represents the input of a
TestFailover operation which test 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 a
TestFailover operation which test automatic failover on a specified node
group (called shard in the console) in a replication group (called cluster in the console). |
Copyright © 2023. All rights reserved.