Uses of Class
software.amazon.awssdk.services.drs.model.ReverseReplicationResponse
-
Packages that use ReverseReplicationResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of ReverseReplicationResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return ReverseReplicationResponse Modifier and Type Method Description default ReverseReplicationResponseDrsClient. reverseReplication(Consumer<ReverseReplicationRequest.Builder> 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.Methods in software.amazon.awssdk.services.drs that return types with arguments of type ReverseReplicationResponse Modifier and Type Method Description default CompletableFuture<ReverseReplicationResponse>DrsAsyncClient. reverseReplication(Consumer<ReverseReplicationRequest.Builder> reverseReplicationRequest)Start replication to origin / target region - applies only to protected instances that originated in EC2.default CompletableFuture<ReverseReplicationResponse>DrsAsyncClient. reverseReplication(ReverseReplicationRequest reverseReplicationRequest)Start replication to origin / target region - applies only to protected instances that originated in EC2.
-