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