Uses of Class
com.amazonaws.services.databasemigrationservice.model.TestConnectionRequest
Packages that use TestConnectionRequest
Package
Description
-
Uses of TestConnectionRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type TestConnectionRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.testConnection
(TestConnectionRequest request) AWSDatabaseMigrationService.testConnection
(TestConnectionRequest testConnectionRequest) Tests the connection between the replication instance and the endpoint.AWSDatabaseMigrationServiceClient.testConnection
(TestConnectionRequest testConnectionRequest) Tests the connection between the replication instance and the endpoint.AbstractAWSDatabaseMigrationServiceAsync.testConnectionAsync
(TestConnectionRequest request) AbstractAWSDatabaseMigrationServiceAsync.testConnectionAsync
(TestConnectionRequest request, AsyncHandler<TestConnectionRequest, TestConnectionResult> asyncHandler) AWSDatabaseMigrationServiceAsync.testConnectionAsync
(TestConnectionRequest testConnectionRequest) Tests the connection between the replication instance and the endpoint.AWSDatabaseMigrationServiceAsync.testConnectionAsync
(TestConnectionRequest testConnectionRequest, AsyncHandler<TestConnectionRequest, TestConnectionResult> asyncHandler) Tests the connection between the replication instance and the endpoint.AWSDatabaseMigrationServiceAsyncClient.testConnectionAsync
(TestConnectionRequest request) AWSDatabaseMigrationServiceAsyncClient.testConnectionAsync
(TestConnectionRequest request, AsyncHandler<TestConnectionRequest, TestConnectionResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type TestConnectionRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.testConnectionAsync
(TestConnectionRequest request, AsyncHandler<TestConnectionRequest, TestConnectionResult> asyncHandler) AWSDatabaseMigrationServiceAsync.testConnectionAsync
(TestConnectionRequest testConnectionRequest, AsyncHandler<TestConnectionRequest, TestConnectionResult> asyncHandler) Tests the connection between the replication instance and the endpoint.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 TestConnectionRequestModifier and TypeMethodDescriptionTestConnectionRequest.clone()
TestConnectionRequest.withEndpointArn
(String endpointArn) The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.TestConnectionRequest.withReplicationInstanceArn
(String replicationInstanceArn) The Amazon Resource Number (ARN) of the replication instance.