Uses of Class
software.amazon.awssdk.services.databasemigration.model.TestConnectionRequest
-
Packages that use TestConnectionRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of TestConnectionRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type TestConnectionRequest Modifier and Type Method Description default CompletableFuture<TestConnectionResponse>DatabaseMigrationAsyncClient. testConnection(TestConnectionRequest 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. -
Uses of TestConnectionRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type TestConnectionRequest Modifier and Type Method Description SdkHttpFullRequestTestConnectionRequestMarshaller. marshall(TestConnectionRequest testConnectionRequest)
-