| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteRunResponse |
DeviceFarmClient.deleteRun(Consumer<DeleteRunRequest.Builder> deleteRunRequest)
Deletes the run, given the run ARN.
|
default DeleteRunResponse |
DeviceFarmClient.deleteRun(DeleteRunRequest deleteRunRequest)
Deletes the run, given the run ARN.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.