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 TestConnectionResult
AbstractAWSDatabaseMigrationService. testConnection(TestConnectionRequest request)
TestConnectionResult
AWSDatabaseMigrationService. testConnection(TestConnectionRequest testConnectionRequest)
Tests the connection between the replication instance and the endpoint.TestConnectionResult
AWSDatabaseMigrationServiceClient. 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 TestConnectionRequest
TestConnectionRequest. clone()
TestConnectionRequest
TestConnectionRequest. withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.TestConnectionRequest
TestConnectionRequest. withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Number (ARN) of the replication instance.
-