Uses of Class
software.amazon.awssdk.services.databasemigration.model.TestConnectionResponse
Packages that use TestConnectionResponse
-
Uses of TestConnectionResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return TestConnectionResponseModifier and TypeMethodDescriptiondefault 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 TestConnectionResponseModifier and TypeMethodDescriptiondefault 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.