Uses of Class
software.amazon.awssdk.services.drs.model.StopFailbackRequest
-
Packages that use StopFailbackRequest Package Description software.amazon.awssdk.services.drs AWS Elastic Disaster Recovery Service.software.amazon.awssdk.services.drs.transform -
-
Uses of StopFailbackRequest in software.amazon.awssdk.services.drs
Methods in software.amazon.awssdk.services.drs with parameters of type StopFailbackRequest Modifier and Type Method Description default CompletableFuture<StopFailbackResponse>DrsAsyncClient. stopFailback(StopFailbackRequest stopFailbackRequest)Stops the failback process for a specified Recovery Instance.default StopFailbackResponseDrsClient. stopFailback(StopFailbackRequest stopFailbackRequest)Stops the failback process for a specified Recovery Instance. -
Uses of StopFailbackRequest in software.amazon.awssdk.services.drs.transform
Methods in software.amazon.awssdk.services.drs.transform with parameters of type StopFailbackRequest Modifier and Type Method Description SdkHttpFullRequestStopFailbackRequestMarshaller. marshall(StopFailbackRequest stopFailbackRequest)
-