| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.clone() |
Job |
Job.withDeviceId(String deviceId)
The target device's ID.
|
Job |
Job.withJobId(String jobId)
The job's ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<Job> |
CreateJobForDevicesResult.getJobs()
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateJobForDevicesResult |
CreateJobForDevicesResult.withJobs(Job... jobs)
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobForDevicesResult.setJobs(Collection<Job> jobs)
A list of jobs.
|
CreateJobForDevicesResult |
CreateJobForDevicesResult.withJobs(Collection<Job> jobs)
A list of jobs.
|
Copyright © 2023. All rights reserved.