Uses of Class
software.amazon.awssdk.services.databasemigration.model.TestConnectionResponse
-
Packages that use TestConnectionResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of TestConnectionResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return TestConnectionResponse Modifier and Type Method Description default TestConnectionResponseDatabaseMigrationClient. testConnection(Consumer<TestConnectionRequest.Builder> testConnectionRequest)Tests the connection between the replication instance and the endpoint.default TestConnectionResponseDatabaseMigrationClient. testConnection(TestConnectionRequest testConnectionRequest)Tests the connection between the replication instance and the endpoint.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type TestConnectionResponse Modifier and Type Method 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.
-