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