Uses of Class
software.amazon.awssdk.services.mgn.model.StartReplicationRequest
-
Packages that use StartReplicationRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of StartReplicationRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type StartReplicationRequest Modifier and Type Method Description default CompletableFuture<StartReplicationResponse>MgnAsyncClient. startReplication(StartReplicationRequest startReplicationRequest)Starts replication for SNAPSHOT_SHIPPING agents.default StartReplicationResponseMgnClient. startReplication(StartReplicationRequest startReplicationRequest)Starts replication for SNAPSHOT_SHIPPING agents. -
Uses of StartReplicationRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type StartReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartReplicationRequestMarshaller. marshall(StartReplicationRequest startReplicationRequest)
-