Uses of Class
software.amazon.awssdk.services.drs.model.StartReplicationRequest
-
Packages that use StartReplicationRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of StartReplicationRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type StartReplicationRequest Modifier and Type Method Description default CompletableFuture<StartReplicationResponse>DrsAsyncClient. startReplication(StartReplicationRequest startReplicationRequest)Starts replication for a stopped Source Server.default StartReplicationResponseDrsClient. startReplication(StartReplicationRequest startReplicationRequest)Starts replication for a stopped Source Server. -
Uses of StartReplicationRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type StartReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartReplicationRequestMarshaller. marshall(StartReplicationRequest startReplicationRequest)
-