Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
DeleteRunResult |
AWSDeviceFarm.deleteRun(DeleteRunRequest deleteRunRequest)
Deletes the run, given the run ARN.
|
DeleteRunResult |
AbstractAWSDeviceFarm.deleteRun(DeleteRunRequest request) |
DeleteRunResult |
AWSDeviceFarmClient.deleteRun(DeleteRunRequest deleteRunRequest)
Deletes the run, given the run ARN.
|
Future<DeleteRunResult> |
AWSDeviceFarmAsync.deleteRunAsync(DeleteRunRequest deleteRunRequest)
Deletes the run, given the run ARN.
|
Future<DeleteRunResult> |
AbstractAWSDeviceFarmAsync.deleteRunAsync(DeleteRunRequest request) |
Future<DeleteRunResult> |
AWSDeviceFarmAsyncClient.deleteRunAsync(DeleteRunRequest request) |
Future<DeleteRunResult> |
AWSDeviceFarmAsync.deleteRunAsync(DeleteRunRequest deleteRunRequest,
AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
Deletes the run, given the run ARN.
|
Future<DeleteRunResult> |
AbstractAWSDeviceFarmAsync.deleteRunAsync(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler) |
Future<DeleteRunResult> |
AWSDeviceFarmAsyncClient.deleteRunAsync(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<DeleteRunResult> |
AWSDeviceFarmAsync.deleteRunAsync(DeleteRunRequest deleteRunRequest,
AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
Deletes the run, given the run ARN.
|
Future<DeleteRunResult> |
AbstractAWSDeviceFarmAsync.deleteRunAsync(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler) |
Future<DeleteRunResult> |
AWSDeviceFarmAsyncClient.deleteRunAsync(DeleteRunRequest request,
AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteRunRequest |
DeleteRunRequest.clone() |
DeleteRunRequest |
DeleteRunRequest.withArn(String arn)
The Amazon Resource Name (ARN) for the run you wish to delete.
|
Copyright © 2018. All rights reserved.