Uses of Class
com.amazonaws.services.devicefarm.model.StopRunRequest
-
Packages that use StopRunRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of StopRunRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type StopRunRequest Modifier and Type Method Description StopRunResultAbstractAWSDeviceFarm. stopRun(StopRunRequest request)StopRunResultAWSDeviceFarm. stopRun(StopRunRequest stopRunRequest)Initiates a stop request for the current test run.StopRunResultAWSDeviceFarmClient. stopRun(StopRunRequest stopRunRequest)Initiates a stop request for the current test run.Future<StopRunResult>AbstractAWSDeviceFarmAsync. stopRunAsync(StopRunRequest request)Future<StopRunResult>AbstractAWSDeviceFarmAsync. stopRunAsync(StopRunRequest request, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler)Future<StopRunResult>AWSDeviceFarmAsync. stopRunAsync(StopRunRequest stopRunRequest)Initiates a stop request for the current test run.Future<StopRunResult>AWSDeviceFarmAsync. stopRunAsync(StopRunRequest stopRunRequest, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler)Initiates a stop request for the current test run.Future<StopRunResult>AWSDeviceFarmAsyncClient. stopRunAsync(StopRunRequest request)Future<StopRunResult>AWSDeviceFarmAsyncClient. stopRunAsync(StopRunRequest request, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler)Method parameters in com.amazonaws.services.devicefarm with type arguments of type StopRunRequest Modifier and Type Method Description Future<StopRunResult>AbstractAWSDeviceFarmAsync. stopRunAsync(StopRunRequest request, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler)Future<StopRunResult>AWSDeviceFarmAsync. stopRunAsync(StopRunRequest stopRunRequest, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler)Initiates a stop request for the current test run.Future<StopRunResult>AWSDeviceFarmAsyncClient. stopRunAsync(StopRunRequest request, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler) -
Uses of StopRunRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return StopRunRequest Modifier and Type Method Description StopRunRequestStopRunRequest. clone()StopRunRequestStopRunRequest. withArn(String arn)Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.
-