| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
Replication |
StopReplicationResponse.replication()
The replication that DMS stopped.
|
Replication |
StartReplicationResponse.replication()
The replication that DMS started.
|
| Modifier and Type | Method and Description |
|---|---|
List<Replication> |
DescribeReplicationsResponse.replications()
The replication descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
StopReplicationResponse.Builder |
StopReplicationResponse.Builder.replication(Replication replication)
The replication that DMS stopped.
|
StartReplicationResponse.Builder |
StartReplicationResponse.Builder.replication(Replication replication)
The replication that DMS started.
|
DescribeReplicationsResponse.Builder |
DescribeReplicationsResponse.Builder.replications(Replication... replications)
The replication descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeReplicationsResponse.Builder |
DescribeReplicationsResponse.Builder.replications(Collection<Replication> replications)
The replication descriptions.
|
Copyright © 2023. All rights reserved.