Uses of Class
software.amazon.awssdk.services.databasemigration.model.StartReplicationRequest
-
Packages that use StartReplicationRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of StartReplicationRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type StartReplicationRequest Modifier and Type Method Description default CompletableFuture<StartReplicationResponse>DatabaseMigrationAsyncClient. startReplication(StartReplicationRequest startReplicationRequest)For a given DMS Serverless replication configuration, DMS connects to the source endpoint and collects the metadata to analyze the replication workload.default StartReplicationResponseDatabaseMigrationClient. startReplication(StartReplicationRequest startReplicationRequest)For a given DMS Serverless replication configuration, DMS connects to the source endpoint and collects the metadata to analyze the replication workload. -
Uses of StartReplicationRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type StartReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartReplicationRequestMarshaller. marshall(StartReplicationRequest startReplicationRequest)
-