| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| Modifier and Type | Method and Description |
|---|---|
default TestMigrationResponse |
ElastiCacheClient.testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)
Async API to test connection between source and target replication group.
|
default TestMigrationResponse |
ElastiCacheClient.testMigration(TestMigrationRequest testMigrationRequest)
Async API to test connection between source and target replication group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestMigrationResponse> |
ElastiCacheAsyncClient.testMigration(Consumer<TestMigrationRequest.Builder> testMigrationRequest)
Async API to test connection between source and target replication group.
|
default CompletableFuture<TestMigrationResponse> |
ElastiCacheAsyncClient.testMigration(TestMigrationRequest testMigrationRequest)
Async API to test connection between source and target replication group.
|
Copyright © 2023. All rights reserved.