| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
Replication |
Replication.clone() |
Replication |
StopReplicationResult.getReplication()
The replication that DMS stopped.
|
Replication |
StartReplicationResult.getReplication()
The replication that DMS started.
|
Replication |
Replication.withCdcStartPosition(String cdcStartPosition)
Indicates the start time for a change data capture (CDC) operation.
|
Replication |
Replication.withCdcStartTime(Date cdcStartTime)
Indicates the start time for a change data capture (CDC) operation.
|
Replication |
Replication.withCdcStopPosition(String cdcStopPosition)
Indicates when you want a change data capture (CDC) operation to stop.
|
Replication |
Replication.withFailureMessages(Collection<String> failureMessages)
Error and other information about why a serverless replication failed.
|
Replication |
Replication.withFailureMessages(String... failureMessages)
Error and other information about why a serverless replication failed.
|
Replication |
Replication.withProvisionData(ProvisionData provisionData)
Information about provisioning resources for an DMS serverless replication.
|
Replication |
Replication.withRecoveryCheckpoint(String recoveryCheckpoint)
Indicates the last checkpoint that occurred during a change data capture (CDC) operation.
|
Replication |
Replication.withReplicationConfigArn(String replicationConfigArn)
The Amazon Resource Name for the
ReplicationConfig associated with the replication. |
Replication |
Replication.withReplicationConfigIdentifier(String replicationConfigIdentifier)
The identifier for the
ReplicationConfig associated with the replication. |
Replication |
Replication.withReplicationCreateTime(Date replicationCreateTime)
The time the serverless replication was created.
|
Replication |
Replication.withReplicationLastStopTime(Date replicationLastStopTime)
The timestamp when replication was last stopped.
|
Replication |
Replication.withReplicationStats(ReplicationStats replicationStats)
This object provides a collection of statistics about a serverless replication.
|
Replication |
Replication.withReplicationType(MigrationTypeValue replicationType)
The type of the serverless replication.
|
Replication |
Replication.withReplicationType(String replicationType)
The type of the serverless replication.
|
Replication |
Replication.withReplicationUpdateTime(Date replicationUpdateTime)
The time the serverless replication was updated.
|
Replication |
Replication.withSourceEndpointArn(String sourceEndpointArn)
The Amazon Resource Name for an existing
Endpoint the serverless replication uses for its data
source. |
Replication |
Replication.withStartReplicationType(String startReplicationType)
The replication type.
|
Replication |
Replication.withStatus(String status)
The current status of the serverless replication.
|
Replication |
Replication.withStopReason(String stopReason)
The reason the replication task was stopped.
|
Replication |
Replication.withTargetEndpointArn(String targetEndpointArn)
The Amazon Resource Name for an existing
Endpoint the serverless replication uses for its data
target. |
| Modifier and Type | Method and Description |
|---|---|
List<Replication> |
DescribeReplicationsResult.getReplications()
The replication descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopReplicationResult.setReplication(Replication replication)
The replication that DMS stopped.
|
void |
StartReplicationResult.setReplication(Replication replication)
The replication that DMS started.
|
StopReplicationResult |
StopReplicationResult.withReplication(Replication replication)
The replication that DMS stopped.
|
StartReplicationResult |
StartReplicationResult.withReplication(Replication replication)
The replication that DMS started.
|
DescribeReplicationsResult |
DescribeReplicationsResult.withReplications(Replication... replications)
The replication descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeReplicationsResult.setReplications(Collection<Replication> replications)
The replication descriptions.
|
DescribeReplicationsResult |
DescribeReplicationsResult.withReplications(Collection<Replication> replications)
The replication descriptions.
|
Copyright © 2023. All rights reserved.