| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
OTAJobConfig |
OTAJobConfig.clone() |
OTAJobConfig |
DeviceJobConfig.getOTAJobConfig()
A configuration for an over-the-air (OTA) upgrade.
|
OTAJobConfig |
OTAJobConfig.withAllowMajorVersionUpdate(Boolean allowMajorVersionUpdate)
Whether to apply the update if it is a major version change.
|
OTAJobConfig |
OTAJobConfig.withImageVersion(String imageVersion)
The target version of the device software.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceJobConfig.setOTAJobConfig(OTAJobConfig oTAJobConfig)
A configuration for an over-the-air (OTA) upgrade.
|
DeviceJobConfig |
DeviceJobConfig.withOTAJobConfig(OTAJobConfig oTAJobConfig)
A configuration for an over-the-air (OTA) upgrade.
|
Copyright © 2023. All rights reserved.