Uses of Class
com.amazonaws.services.databasemigrationservice.model.TestConnectionResult
Packages that use TestConnectionResult
Package
Description
-
Uses of TestConnectionResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return TestConnectionResultModifier 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.Methods in com.amazonaws.services.databasemigrationservice that return types with arguments of type TestConnectionResultModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.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 TestConnectionResultModifier 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 TestConnectionResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return TestConnectionResultModifier and TypeMethodDescriptionTestConnectionResult.clone()TestConnectionResult.withConnection(Connection connection) The connection tested.