| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| Modifier and Type | Method and Description |
|---|---|
default TestConnectionResponse |
DatabaseMigrationClient.testConnection(Consumer<TestConnectionRequest.Builder> testConnectionRequest)
Tests the connection between the replication instance and the endpoint.
|
default TestConnectionResponse |
DatabaseMigrationClient.testConnection(TestConnectionRequest testConnectionRequest)
Tests the connection between the replication instance and the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TestConnectionResponse> |
DatabaseMigrationAsyncClient.testConnection(Consumer<TestConnectionRequest.Builder> testConnectionRequest)
Tests the connection between the replication instance and the endpoint.
|
default CompletableFuture<TestConnectionResponse> |
DatabaseMigrationAsyncClient.testConnection(TestConnectionRequest testConnectionRequest)
Tests the connection between the replication instance and the endpoint.
|
Copyright © 2023. All rights reserved.