| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Job |
GetJobResponse.job()
An object containing information about the requested job.
|
Job |
StopJobResponse.job()
The job that was stopped.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
ListJobsResponse.jobs()
Information about the jobs.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResponse.Builder |
GetJobResponse.Builder.job(Job job)
An object containing information about the requested job.
|
StopJobResponse.Builder |
StopJobResponse.Builder.job(Job job)
The job that was stopped.
|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Job... jobs)
Information about the jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Collection<Job> jobs)
Information about the jobs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Job> |
ListJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobs() member. |
SdkPublisher<Job> |
ListJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2019. All rights reserved.