| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice |
|
| com.amazonaws.services.databasemigrationservice.model | |
| com.amazonaws.services.databasemigrationservice.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeReplicationTasksResult> |
AWSDatabaseMigrationServiceAsync.describeReplicationTasksAsync(DescribeReplicationTasksRequest describeReplicationTasksRequest,
AsyncHandler<DescribeReplicationTasksRequest,DescribeReplicationTasksResult> asyncHandler)
Returns information about replication tasks for your account in the current region.
|
Future<DescribeReplicationTasksResult> |
AbstractAWSDatabaseMigrationServiceAsync.describeReplicationTasksAsync(DescribeReplicationTasksRequest request,
AsyncHandler<DescribeReplicationTasksRequest,DescribeReplicationTasksResult> asyncHandler) |
Future<DescribeReplicationTasksResult> |
AWSDatabaseMigrationServiceAsyncClient.describeReplicationTasksAsync(DescribeReplicationTasksRequest request,
AsyncHandler<DescribeReplicationTasksRequest,DescribeReplicationTasksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationTasksRequest |
DescribeReplicationTasksRequest.clone() |
DescribeReplicationTasksRequest |
DescribeReplicationTasksRequest.withFilters(Collection<Filter> filters)
Filters applied to replication tasks.
|
DescribeReplicationTasksRequest |
DescribeReplicationTasksRequest.withFilters(Filter... filters)
Filters applied to replication tasks.
|
DescribeReplicationTasksRequest |
DescribeReplicationTasksRequest.withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReplicationTasksRequest |
DescribeReplicationTasksRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeReplicationTasksRequest |
DescribeReplicationTasksRequest.withWithoutSettings(Boolean withoutSettings)
An option to set to avoid returning information about settings.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeReplicationTasksRequest> |
AWSDatabaseMigrationServiceWaiters.replicationTaskDeleted()
Builds a ReplicationTaskDeleted 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.
|
Waiter<DescribeReplicationTasksRequest> |
AWSDatabaseMigrationServiceWaiters.replicationTaskReady()
Builds a ReplicationTaskReady 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.
|
Waiter<DescribeReplicationTasksRequest> |
AWSDatabaseMigrationServiceWaiters.replicationTaskRunning()
Builds a ReplicationTaskRunning 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.
|
Waiter<DescribeReplicationTasksRequest> |
AWSDatabaseMigrationServiceWaiters.replicationTaskStopped()
Builds a ReplicationTaskStopped 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 |
|---|---|
DescribeReplicationTasksResult |
DescribeReplicationTasksFunction.apply(DescribeReplicationTasksRequest describeReplicationTasksRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.