| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| Modifier and Type | Method and Description |
|---|---|
default StopReplicationResponse |
DatabaseMigrationClient.stopReplication(Consumer<StopReplicationRequest.Builder> stopReplicationRequest)
For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.
|
default StopReplicationResponse |
DatabaseMigrationClient.stopReplication(StopReplicationRequest stopReplicationRequest)
For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.