| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| 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 |
|---|---|
Job |
JobUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobMarshaller.marshall(Job job,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.