Uses of Class
software.amazon.awssdk.services.panorama.model.DeviceJob
-
Packages that use DeviceJob Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of DeviceJob in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type DeviceJob Modifier and Type Method Description List<DeviceJob>ListDevicesJobsResponse. deviceJobs()A list of jobs.Methods in software.amazon.awssdk.services.panorama.model with parameters of type DeviceJob Modifier and Type Method Description ListDevicesJobsResponse.BuilderListDevicesJobsResponse.Builder. deviceJobs(DeviceJob... deviceJobs)A list of jobs.Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type DeviceJob Modifier and Type Method Description ListDevicesJobsResponse.BuilderListDevicesJobsResponse.Builder. deviceJobs(Collection<DeviceJob> deviceJobs)A list of jobs.
-