Uses of Interface
software.amazon.awssdk.services.panorama.model.DeviceJobConfig.Builder
-
Packages that use DeviceJobConfig.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of DeviceJobConfig.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return DeviceJobConfig.Builder Modifier and Type Method Description static DeviceJobConfig.BuilderDeviceJobConfig. builder()default DeviceJobConfig.BuilderDeviceJobConfig.Builder. otaJobConfig(Consumer<OTAJobConfig.Builder> otaJobConfig)A configuration for an over-the-air (OTA) upgrade.DeviceJobConfig.BuilderDeviceJobConfig.Builder. otaJobConfig(OTAJobConfig otaJobConfig)A configuration for an over-the-air (OTA) upgrade.DeviceJobConfig.BuilderDeviceJobConfig. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type DeviceJobConfig.Builder Modifier and Type Method Description static Class<? extends DeviceJobConfig.Builder>DeviceJobConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type DeviceJobConfig.Builder Modifier and Type Method Description default CreateJobForDevicesRequest.BuilderCreateJobForDevicesRequest.Builder. deviceJobConfig(Consumer<DeviceJobConfig.Builder> deviceJobConfig)Configuration settings for a software update job.
-