Uses of Class
software.amazon.awssdk.services.databasemigration.model.Replication
Packages that use Replication
-
Uses of Replication in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationModifier and TypeMethodDescriptionfinal ReplicationStartReplicationResponse.replication()The replication that DMS started.final ReplicationStopReplicationResponse.replication()The replication that DMS stopped.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationModifier and TypeMethodDescriptionfinal List<Replication>DescribeReplicationsResponse.replications()The replication descriptions.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationModifier and TypeMethodDescriptionStartReplicationResponse.Builder.replication(Replication replication) The replication that DMS started.StopReplicationResponse.Builder.replication(Replication replication) The replication that DMS stopped.DescribeReplicationsResponse.Builder.replications(Replication... replications) The replication descriptions.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ReplicationModifier and TypeMethodDescriptionDescribeReplicationsResponse.Builder.replications(Collection<Replication> replications) The replication descriptions.