Uses of Interface
software.amazon.awssdk.services.panorama.model.OTAJobConfig.Builder
-
Packages that use OTAJobConfig.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of OTAJobConfig.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return OTAJobConfig.Builder Modifier and Type Method Description OTAJobConfig.BuilderOTAJobConfig.Builder. allowMajorVersionUpdate(Boolean allowMajorVersionUpdate)Whether to apply the update if it is a major version change.static OTAJobConfig.BuilderOTAJobConfig. builder()OTAJobConfig.BuilderOTAJobConfig.Builder. imageVersion(String imageVersion)The target version of the device software.OTAJobConfig.BuilderOTAJobConfig. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type OTAJobConfig.Builder Modifier and Type Method Description static Class<? extends OTAJobConfig.Builder>OTAJobConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type OTAJobConfig.Builder Modifier and Type Method Description default DeviceJobConfig.BuilderDeviceJobConfig.Builder. otaJobConfig(Consumer<OTAJobConfig.Builder> otaJobConfig)A configuration for an over-the-air (OTA) upgrade.
-