Uses of Class
software.amazon.awssdk.services.databasemigration.model.StopReplicationResponse
-
Packages that use StopReplicationResponse Package Description software.amazon.awssdk.services.databasemigration Database Migration Service -
-
Uses of StopReplicationResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return StopReplicationResponse Modifier and Type Method Description default StopReplicationResponseDatabaseMigrationClient. stopReplication(Consumer<StopReplicationRequest.Builder> stopReplicationRequest)For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.default StopReplicationResponseDatabaseMigrationClient. stopReplication(StopReplicationRequest stopReplicationRequest)For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type StopReplicationResponse Modifier and Type Method Description default CompletableFuture<StopReplicationResponse>DatabaseMigrationAsyncClient. stopReplication(Consumer<StopReplicationRequest.Builder> stopReplicationRequest)For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.default CompletableFuture<StopReplicationResponse>DatabaseMigrationAsyncClient. stopReplication(StopReplicationRequest stopReplicationRequest)For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.
-