Uses of Class
software.amazon.awssdk.services.mgn.model.StopReplicationRequest
-
Packages that use StopReplicationRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of StopReplicationRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type StopReplicationRequest Modifier and Type Method Description default CompletableFuture<StopReplicationResponse>MgnAsyncClient. stopReplication(StopReplicationRequest stopReplicationRequest)Stop Replication.default StopReplicationResponseMgnClient. stopReplication(StopReplicationRequest stopReplicationRequest)Stop Replication. -
Uses of StopReplicationRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type StopReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStopReplicationRequestMarshaller. marshall(StopReplicationRequest stopReplicationRequest)
-