| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
Job |
GetJobResponse.job()
An object containing information about the requested job.
|
| 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.
|
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 |
|---|---|
software.amazon.awssdk.core.pagination.SdkIterable<Job> |
ListJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobs() member. |
software.amazon.awssdk.core.pagination.async.SdkPublisher<Job> |
ListJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMarshaller.marshall(Job job,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.