Uses of Class
com.amazonaws.services.databasemigrationservice.model.TestConnectionResult
-
Packages that use TestConnectionResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of TestConnectionResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return TestConnectionResult Modifier and Type Method Description TestConnectionResultAbstractAWSDatabaseMigrationService. testConnection(TestConnectionRequest request)TestConnectionResultAWSDatabaseMigrationService. testConnection(TestConnectionRequest testConnectionRequest)Tests the connection between the replication instance and the endpoint.TestConnectionResultAWSDatabaseMigrationServiceClient. testConnection(TestConnectionRequest testConnectionRequest)Tests the connection between the replication instance and the endpoint.Methods in com.amazonaws.services.databasemigrationservice that return types with arguments of type TestConnectionResult Modifier and Type Method Description Future<TestConnectionResult>AbstractAWSDatabaseMigrationServiceAsync. testConnectionAsync(TestConnectionRequest request)Future<TestConnectionResult>AbstractAWSDatabaseMigrationServiceAsync. testConnectionAsync(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)Future<TestConnectionResult>AWSDatabaseMigrationServiceAsync. testConnectionAsync(TestConnectionRequest testConnectionRequest)Tests the connection between the replication instance and the endpoint.Future<TestConnectionResult>AWSDatabaseMigrationServiceAsync. testConnectionAsync(TestConnectionRequest testConnectionRequest, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)Tests the connection between the replication instance and the endpoint.Future<TestConnectionResult>AWSDatabaseMigrationServiceAsyncClient. testConnectionAsync(TestConnectionRequest request)Future<TestConnectionResult>AWSDatabaseMigrationServiceAsyncClient. testConnectionAsync(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type TestConnectionResult Modifier and Type Method Description Future<TestConnectionResult>AbstractAWSDatabaseMigrationServiceAsync. testConnectionAsync(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)Future<TestConnectionResult>AWSDatabaseMigrationServiceAsync. testConnectionAsync(TestConnectionRequest testConnectionRequest, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler)Tests the connection between the replication instance and the endpoint.Future<TestConnectionResult>AWSDatabaseMigrationServiceAsyncClient. testConnectionAsync(TestConnectionRequest request, AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler) -
Uses of TestConnectionResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return TestConnectionResult Modifier and Type Method Description TestConnectionResultTestConnectionResult. clone()TestConnectionResultTestConnectionResult. withConnection(Connection connection)The connection tested.
-