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 StopRunResult
AbstractAWSDeviceFarm. stopRun(StopRunRequest request)
StopRunResult
AWSDeviceFarm. stopRun(StopRunRequest stopRunRequest)
Initiates a stop request for the current test run.StopRunResult
AWSDeviceFarmClient. 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 StopRunRequest
StopRunRequest. clone()
StopRunRequest
StopRunRequest. withArn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.
-