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