| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
AWSDeviceFarmClient.listJobs(ListJobsRequest request)
Gets information about jobs for a given test run.
|
ListJobsResult |
AbstractAWSDeviceFarm.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSDeviceFarm.listJobs(ListJobsRequest listJobsRequest)
Gets information about jobs for a given test run.
|
Future<ListJobsResult> |
AWSDeviceFarmAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Gets information about jobs for a given test run.
|
Future<ListJobsResult> |
AWSDeviceFarmAsyncClient.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AbstractAWSDeviceFarmAsync.listJobsAsync(ListJobsRequest request) |
Future<ListJobsResult> |
AWSDeviceFarmAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Gets information about jobs for a given test run.
|
Future<ListJobsResult> |
AWSDeviceFarmAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSDeviceFarmAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSDeviceFarmAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Gets information about jobs for a given test run.
|
Future<ListJobsResult> |
AWSDeviceFarmAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AbstractAWSDeviceFarmAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withArn(String arn)
The run's Amazon Resource Name (ARN).
|
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
Copyright © 2018. All rights reserved.