Uses of Interface
software.amazon.awssdk.services.drs.model.ReverseReplicationRequest.Builder
-
Packages that use ReverseReplicationRequest.Builder Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.model -
-
Uses of ReverseReplicationRequest.Builder in software.amazon.awssdk.services.drs
Method parameters in software.amazon.awssdk.services.drs with type arguments of type ReverseReplicationRequest.Builder 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 ReverseReplicationResponseDrsClient. reverseReplication(Consumer<ReverseReplicationRequest.Builder> reverseReplicationRequest)Start replication to origin / target region - applies only to protected instances that originated in EC2. -
Uses of ReverseReplicationRequest.Builder in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return ReverseReplicationRequest.Builder Modifier and Type Method Description static ReverseReplicationRequest.BuilderReverseReplicationRequest. builder()ReverseReplicationRequest.BuilderReverseReplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ReverseReplicationRequest.BuilderReverseReplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ReverseReplicationRequest.BuilderReverseReplicationRequest.Builder. recoveryInstanceID(String recoveryInstanceID)The ID of the Recovery Instance that we want to reverse the replication for.ReverseReplicationRequest.BuilderReverseReplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ReverseReplicationRequest.Builder Modifier and Type Method Description static Class<? extends ReverseReplicationRequest.Builder>ReverseReplicationRequest. serializableBuilderClass()
-