Uses of Interface
software.amazon.awssdk.services.panorama.model.LatestDeviceJob.Builder
-
Packages that use LatestDeviceJob.Builder Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of LatestDeviceJob.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return LatestDeviceJob.Builder Modifier and Type Method Description static LatestDeviceJob.BuilderLatestDeviceJob. builder()LatestDeviceJob.BuilderLatestDeviceJob.Builder. imageVersion(String imageVersion)The target version of the device software.LatestDeviceJob.BuilderLatestDeviceJob.Builder. jobType(String jobType)The job's type.LatestDeviceJob.BuilderLatestDeviceJob.Builder. jobType(JobType jobType)The job's type.LatestDeviceJob.BuilderLatestDeviceJob.Builder. status(String status)Status of the latest device job.LatestDeviceJob.BuilderLatestDeviceJob.Builder. status(UpdateProgress status)Status of the latest device job.LatestDeviceJob.BuilderLatestDeviceJob. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type LatestDeviceJob.Builder Modifier and Type Method Description static Class<? extends LatestDeviceJob.Builder>LatestDeviceJob. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type LatestDeviceJob.Builder Modifier and Type Method Description default DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. latestDeviceJob(Consumer<LatestDeviceJob.Builder> latestDeviceJob)A device's latest job.default Device.BuilderDevice.Builder. latestDeviceJob(Consumer<LatestDeviceJob.Builder> latestDeviceJob)A device's latest job.
-