Uses of Class
com.amazonaws.services.databasemigrationservice.model.TestConnectionRequest
-
Packages that use TestConnectionRequest Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of TestConnectionRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type TestConnectionRequest 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.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 TestConnectionRequest 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 TestConnectionRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return TestConnectionRequest Modifier and Type Method Description TestConnectionRequestTestConnectionRequest. clone()TestConnectionRequestTestConnectionRequest. withEndpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.TestConnectionRequestTestConnectionRequest. withReplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Number (ARN) of the replication instance.
-