| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
DeviceJob |
DeviceJob.clone() |
DeviceJob |
DeviceJob.withCreatedTime(Date createdTime)
When the job was created.
|
DeviceJob |
DeviceJob.withDeviceId(String deviceId)
The ID of the target device.
|
DeviceJob |
DeviceJob.withDeviceName(String deviceName)
The name of the target device
|
DeviceJob |
DeviceJob.withJobId(String jobId)
The job's ID.
|
DeviceJob |
DeviceJob.withJobType(JobType jobType)
The job's type.
|
DeviceJob |
DeviceJob.withJobType(String jobType)
The job's type.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeviceJob> |
ListDevicesJobsResult.getDeviceJobs()
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDevicesJobsResult |
ListDevicesJobsResult.withDeviceJobs(DeviceJob... deviceJobs)
A list of jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicesJobsResult.setDeviceJobs(Collection<DeviceJob> deviceJobs)
A list of jobs.
|
ListDevicesJobsResult |
ListDevicesJobsResult.withDeviceJobs(Collection<DeviceJob> deviceJobs)
A list of jobs.
|
Copyright © 2024. All rights reserved.