Uses of Class
software.amazon.awssdk.services.drs.model.ReverseReplicationRequest
-
Packages that use ReverseReplicationRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of ReverseReplicationRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type ReverseReplicationRequest Modifier and Type Method Description default CompletableFuture<ReverseReplicationResponse>DrsAsyncClient. reverseReplication(ReverseReplicationRequest reverseReplicationRequest)Start replication to origin / target region - applies only to protected instances that originated in EC2.default ReverseReplicationResponseDrsClient. reverseReplication(ReverseReplicationRequest reverseReplicationRequest)Start replication to origin / target region - applies only to protected instances that originated in EC2. -
Uses of ReverseReplicationRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type ReverseReplicationRequest Modifier and Type Method Description SdkHttpFullRequestReverseReplicationRequestMarshaller. marshall(ReverseReplicationRequest reverseReplicationRequest)
-