Uses of Class
software.amazon.awssdk.services.iot.model.JobExecutionSummaryForThing
-
Packages that use JobExecutionSummaryForThing Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of JobExecutionSummaryForThing in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type JobExecutionSummaryForThing Modifier and Type Method Description List<JobExecutionSummaryForThing>ListJobExecutionsForThingResponse. executionSummaries()A list of job execution summaries.Methods in software.amazon.awssdk.services.iot.model with parameters of type JobExecutionSummaryForThing Modifier and Type Method Description ListJobExecutionsForThingResponse.BuilderListJobExecutionsForThingResponse.Builder. executionSummaries(JobExecutionSummaryForThing... executionSummaries)A list of job execution summaries.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type JobExecutionSummaryForThing Modifier and Type Method Description ListJobExecutionsForThingResponse.BuilderListJobExecutionsForThingResponse.Builder. executionSummaries(Collection<JobExecutionSummaryForThing> executionSummaries)A list of job execution summaries. -
Uses of JobExecutionSummaryForThing in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type JobExecutionSummaryForThing Modifier and Type Method Description SdkIterable<JobExecutionSummaryForThing>ListJobExecutionsForThingIterable. executionSummaries()Returns an iterable to iterate through the paginatedListJobExecutionsForThingResponse.executionSummaries()member.SdkPublisher<JobExecutionSummaryForThing>ListJobExecutionsForThingPublisher. executionSummaries()Returns a publisher that can be used to get a stream of data.
-