Uses of Class
com.amazonaws.services.devicefarm.model.DeleteRunResult
Packages that use DeleteRunResult
-
Uses of DeleteRunResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return DeleteRunResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.deleteRun
(DeleteRunRequest request) AWSDeviceFarm.deleteRun
(DeleteRunRequest deleteRunRequest) Deletes the run, given the run ARN.AWSDeviceFarmClient.deleteRun
(DeleteRunRequest deleteRunRequest) Deletes the run, given the run ARN.Methods in com.amazonaws.services.devicefarm that return types with arguments of type DeleteRunResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.deleteRunAsync
(DeleteRunRequest request) AbstractAWSDeviceFarmAsync.deleteRunAsync
(DeleteRunRequest request, AsyncHandler<DeleteRunRequest, DeleteRunResult> asyncHandler) AWSDeviceFarmAsync.deleteRunAsync
(DeleteRunRequest deleteRunRequest) Deletes the run, given the run ARN.AWSDeviceFarmAsync.deleteRunAsync
(DeleteRunRequest deleteRunRequest, AsyncHandler<DeleteRunRequest, DeleteRunResult> asyncHandler) Deletes the run, given the run ARN.AWSDeviceFarmAsyncClient.deleteRunAsync
(DeleteRunRequest request) AWSDeviceFarmAsyncClient.deleteRunAsync
(DeleteRunRequest request, AsyncHandler<DeleteRunRequest, DeleteRunResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type DeleteRunResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.deleteRunAsync
(DeleteRunRequest request, AsyncHandler<DeleteRunRequest, DeleteRunResult> asyncHandler) AWSDeviceFarmAsync.deleteRunAsync
(DeleteRunRequest deleteRunRequest, AsyncHandler<DeleteRunRequest, DeleteRunResult> asyncHandler) Deletes the run, given the run ARN.AWSDeviceFarmAsyncClient.deleteRunAsync
(DeleteRunRequest request, AsyncHandler<DeleteRunRequest, DeleteRunResult> asyncHandler) -
Uses of DeleteRunResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeleteRunResult