Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeleteRunResponse
-
Packages that use DeleteRunResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of DeleteRunResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return DeleteRunResponse Modifier and Type Method Description default DeleteRunResponseDeviceFarmClient. deleteRun(Consumer<DeleteRunRequest.Builder> deleteRunRequest)Deletes the run, given the run ARN.default DeleteRunResponseDeviceFarmClient. deleteRun(DeleteRunRequest deleteRunRequest)Deletes the run, given the run ARN.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type DeleteRunResponse Modifier and Type Method Description default CompletableFuture<DeleteRunResponse>DeviceFarmAsyncClient. deleteRun(Consumer<DeleteRunRequest.Builder> deleteRunRequest)Deletes the run, given the run ARN.default CompletableFuture<DeleteRunResponse>DeviceFarmAsyncClient. deleteRun(DeleteRunRequest deleteRunRequest)Deletes the run, given the run ARN.
-