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