Uses of Class
software.amazon.awssdk.services.drs.model.StartRecoveryResponse
-
Packages that use StartRecoveryResponse Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service. -
-
Uses of StartRecoveryResponse in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs that return StartRecoveryResponse Modifier and Type Method Description default StartRecoveryResponseDrsClient. startRecovery(Consumer<StartRecoveryRequest.Builder> startRecoveryRequest)Launches Recovery Instances for the specified Source Servers.default StartRecoveryResponseDrsClient. startRecovery(StartRecoveryRequest startRecoveryRequest)Launches Recovery Instances for the specified Source Servers.Methods in software.amazon.awssdk.services.drs that return types with arguments of type StartRecoveryResponse Modifier and Type Method Description default CompletableFuture<StartRecoveryResponse>DrsAsyncClient. startRecovery(Consumer<StartRecoveryRequest.Builder> startRecoveryRequest)Launches Recovery Instances for the specified Source Servers.default CompletableFuture<StartRecoveryResponse>DrsAsyncClient. startRecovery(StartRecoveryRequest startRecoveryRequest)Launches Recovery Instances for the specified Source Servers.
-