| 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.
|
ListJobsResult |
AbstractAWSDeviceFarm.listJobs(ListJobsRequest request) |
ListJobsResult |
AWSDeviceFarm.listJobs(ListJobsRequest listJobsRequest)
Gets information about jobs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AWSDeviceFarmAsync.listJobsAsync(ListJobsRequest listJobsRequest)
Gets information about jobs.
|
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.
|
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.
|
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 |
|---|---|
ListJobsResult |
ListJobsResult.clone() |
ListJobsResult |
ListJobsResult.withJobs(Collection<Job> jobs)
Information about the jobs.
|
ListJobsResult |
ListJobsResult.withJobs(Job... jobs)
Information about the jobs.
|
ListJobsResult |
ListJobsResult.withNextToken(String nextToken)
If the number of items that are returned is significantly large, this is an identifier that is also returned,
which can be used in a subsequent call to this operation to return the next set of items in the list.
|
Copyright © 2017. All rights reserved.