| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model | |
| com.amazonaws.services.databasemigrationservice.waiters |
| Modifier and Type | Method and Description |
|---|---|
TestConnectionResult |
AWSDatabaseMigrationService.testConnection(TestConnectionRequest testConnectionRequest)
Tests the connection between the replication instance and the endpoint.
|
TestConnectionResult |
AWSDatabaseMigrationServiceClient.testConnection(TestConnectionRequest request)
Tests the connection between the replication instance and the endpoint.
|
TestConnectionResult |
AbstractAWSDatabaseMigrationService.testConnection(TestConnectionRequest request) |
Future<TestConnectionResult> |
AWSDatabaseMigrationServiceAsyncClient.testConnectionAsync(TestConnectionRequest request) |
Future<TestConnectionResult> |
AWSDatabaseMigrationServiceAsync.testConnectionAsync(TestConnectionRequest testConnectionRequest)
Tests the connection between the replication instance and the endpoint.
|
Future<TestConnectionResult> |
AbstractAWSDatabaseMigrationServiceAsync.testConnectionAsync(TestConnectionRequest request) |
Future<TestConnectionResult> |
AWSDatabaseMigrationServiceAsyncClient.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> |
AbstractAWSDatabaseMigrationServiceAsync.testConnectionAsync(TestConnectionRequest request,
AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<TestConnectionResult> |
AWSDatabaseMigrationServiceAsyncClient.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> |
AbstractAWSDatabaseMigrationServiceAsync.testConnectionAsync(TestConnectionRequest request,
AsyncHandler<TestConnectionRequest,TestConnectionResult> asyncHandler) |
| Modifier and Type | Method and 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 Name (ARN) of the replication instance.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<TestConnectionRequest> |
AWSDatabaseMigrationServiceWaiters.testConnectionSucceeds()
Builds a TestConnectionSucceeds waiter by using custom parameters waiterParameters and other parameters defined
in the waiters specification, and then polls until it determines whether the resource entered the desired state
or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
TestConnectionResult |
TestConnectionFunction.apply(TestConnectionRequest testConnectionRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2018. All rights reserved.