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