Uses of Class
com.amazonaws.services.devicefarm.model.DeleteRunRequest
-
Packages that use DeleteRunRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of DeleteRunRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type DeleteRunRequest Modifier and Type Method Description DeleteRunResultAbstractAWSDeviceFarm. deleteRun(DeleteRunRequest request)DeleteRunResultAWSDeviceFarm. deleteRun(DeleteRunRequest deleteRunRequest)Deletes the run, given the run ARN.DeleteRunResultAWSDeviceFarmClient. deleteRun(DeleteRunRequest deleteRunRequest)Deletes the run, given the run ARN.Future<DeleteRunResult>AbstractAWSDeviceFarmAsync. deleteRunAsync(DeleteRunRequest request)Future<DeleteRunResult>AbstractAWSDeviceFarmAsync. deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)Future<DeleteRunResult>AWSDeviceFarmAsync. deleteRunAsync(DeleteRunRequest deleteRunRequest)Deletes the run, given the run ARN.Future<DeleteRunResult>AWSDeviceFarmAsync. deleteRunAsync(DeleteRunRequest deleteRunRequest, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)Deletes the run, given the run ARN.Future<DeleteRunResult>AWSDeviceFarmAsyncClient. deleteRunAsync(DeleteRunRequest request)Future<DeleteRunResult>AWSDeviceFarmAsyncClient. deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)Method parameters in com.amazonaws.services.devicefarm with type arguments of type DeleteRunRequest Modifier and Type Method Description Future<DeleteRunResult>AbstractAWSDeviceFarmAsync. deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)Future<DeleteRunResult>AWSDeviceFarmAsync. deleteRunAsync(DeleteRunRequest deleteRunRequest, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)Deletes the run, given the run ARN.Future<DeleteRunResult>AWSDeviceFarmAsyncClient. deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler) -
Uses of DeleteRunRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeleteRunRequest Modifier and Type Method Description DeleteRunRequestDeleteRunRequest. clone()DeleteRunRequestDeleteRunRequest. withArn(String arn)The Amazon Resource Name (ARN) for the run you wish to delete.
-