Uses of Class
software.amazon.awssdk.services.databasemigration.model.Replication
-
Packages that use Replication Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of Replication in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return Replication Modifier and Type Method Description ReplicationStartReplicationResponse. replication()The replication that DMS started.ReplicationStopReplicationResponse. replication()The replication that DMS stopped.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type Replication Modifier and Type Method Description List<Replication>DescribeReplicationsResponse. replications()The replication descriptions.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type Replication Modifier and Type Method Description StartReplicationResponse.BuilderStartReplicationResponse.Builder. replication(Replication replication)The replication that DMS started.StopReplicationResponse.BuilderStopReplicationResponse.Builder. replication(Replication replication)The replication that DMS stopped.DescribeReplicationsResponse.BuilderDescribeReplicationsResponse.Builder. replications(Replication... replications)The replication descriptions.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type Replication Modifier and Type Method Description DescribeReplicationsResponse.BuilderDescribeReplicationsResponse.Builder. replications(Collection<Replication> replications)The replication descriptions.
-