Uses of Class
software.amazon.awssdk.services.databasemigration.model.StopReplicationResponse
Packages that use StopReplicationResponse
-
Uses of StopReplicationResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return StopReplicationResponseModifier and TypeMethodDescriptiondefault 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 StopReplicationResponseModifier and TypeMethodDescriptiondefault 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.