Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.JobExecutionSummary
-
Packages that use JobExecutionSummary Package Description software.amazon.awssdk.services.iotjobsdataplane.model -
-
Uses of JobExecutionSummary in software.amazon.awssdk.services.iotjobsdataplane.model
Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return types with arguments of type JobExecutionSummary Modifier and Type Method Description List<JobExecutionSummary>GetPendingJobExecutionsResponse. inProgressJobs()A list of JobExecutionSummary objects with status IN_PROGRESS.List<JobExecutionSummary>GetPendingJobExecutionsResponse. queuedJobs()A list of JobExecutionSummary objects with status QUEUED.Methods in software.amazon.awssdk.services.iotjobsdataplane.model with parameters of type JobExecutionSummary Modifier and Type Method Description GetPendingJobExecutionsResponse.BuilderGetPendingJobExecutionsResponse.Builder. inProgressJobs(JobExecutionSummary... inProgressJobs)A list of JobExecutionSummary objects with status IN_PROGRESS.GetPendingJobExecutionsResponse.BuilderGetPendingJobExecutionsResponse.Builder. queuedJobs(JobExecutionSummary... queuedJobs)A list of JobExecutionSummary objects with status QUEUED.Method parameters in software.amazon.awssdk.services.iotjobsdataplane.model with type arguments of type JobExecutionSummary Modifier and Type Method Description GetPendingJobExecutionsResponse.BuilderGetPendingJobExecutionsResponse.Builder. inProgressJobs(Collection<JobExecutionSummary> inProgressJobs)A list of JobExecutionSummary objects with status IN_PROGRESS.GetPendingJobExecutionsResponse.BuilderGetPendingJobExecutionsResponse.Builder. queuedJobs(Collection<JobExecutionSummary> queuedJobs)A list of JobExecutionSummary objects with status QUEUED.
-