| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
LatestDeviceJob |
LatestDeviceJob.clone() |
LatestDeviceJob |
DescribeDeviceResult.getLatestDeviceJob()
A device's latest job.
|
LatestDeviceJob |
Device.getLatestDeviceJob()
A device's latest job.
|
LatestDeviceJob |
LatestDeviceJob.withImageVersion(String imageVersion)
The target version of the device software.
|
LatestDeviceJob |
LatestDeviceJob.withJobType(JobType jobType)
The job's type.
|
LatestDeviceJob |
LatestDeviceJob.withJobType(String jobType)
The job's type.
|
LatestDeviceJob |
LatestDeviceJob.withStatus(String status)
Status of the latest device job.
|
LatestDeviceJob |
LatestDeviceJob.withStatus(UpdateProgress status)
Status of the latest device job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResult.setLatestDeviceJob(LatestDeviceJob latestDeviceJob)
A device's latest job.
|
void |
Device.setLatestDeviceJob(LatestDeviceJob latestDeviceJob)
A device's latest job.
|
DescribeDeviceResult |
DescribeDeviceResult.withLatestDeviceJob(LatestDeviceJob latestDeviceJob)
A device's latest job.
|
Device |
Device.withLatestDeviceJob(LatestDeviceJob latestDeviceJob)
A device's latest job.
|
Copyright © 2024. All rights reserved.