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