Uses of Class
software.amazon.awssdk.services.devicefarm.model.StopRunResponse
-
Packages that use StopRunResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of StopRunResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return StopRunResponse Modifier and Type Method Description default StopRunResponseDeviceFarmClient. stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)Initiates a stop request for the current test run.default StopRunResponseDeviceFarmClient. stopRun(StopRunRequest stopRunRequest)Initiates a stop request for the current test run.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type StopRunResponse Modifier and Type Method Description default CompletableFuture<StopRunResponse>DeviceFarmAsyncClient. stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)Initiates a stop request for the current test run.default CompletableFuture<StopRunResponse>DeviceFarmAsyncClient. stopRun(StopRunRequest stopRunRequest)Initiates a stop request for the current test run.
-