Uses of Class
software.amazon.awssdk.services.drs.model.StopReplicationRequest
-
Packages that use StopReplicationRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of StopReplicationRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type StopReplicationRequest Modifier and Type Method Description default CompletableFuture<StopReplicationResponse>DrsAsyncClient. stopReplication(StopReplicationRequest stopReplicationRequest)Stops replication for a Source Server.default StopReplicationResponseDrsClient. stopReplication(StopReplicationRequest stopReplicationRequest)Stops replication for a Source Server. -
Uses of StopReplicationRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type StopReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStopReplicationRequestMarshaller. marshall(StopReplicationRequest stopReplicationRequest)
-