Uses of Class
software.amazon.awssdk.services.iotsitewise.model.JobSummary
-
Packages that use JobSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of JobSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type JobSummary Modifier and Type Method Description List<JobSummary>ListBulkImportJobsResponse. jobSummaries()One or more job summaries to list.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type JobSummary Modifier and Type Method Description ListBulkImportJobsResponse.BuilderListBulkImportJobsResponse.Builder. jobSummaries(JobSummary... jobSummaries)One or more job summaries to list.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type JobSummary Modifier and Type Method Description ListBulkImportJobsResponse.BuilderListBulkImportJobsResponse.Builder. jobSummaries(Collection<JobSummary> jobSummaries)One or more job summaries to list. -
Uses of JobSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type JobSummary Modifier and Type Method Description SdkIterable<JobSummary>ListBulkImportJobsIterable. jobSummaries()Returns an iterable to iterate through the paginatedListBulkImportJobsResponse.jobSummaries()member.SdkPublisher<JobSummary>ListBulkImportJobsPublisher. jobSummaries()Returns a publisher that can be used to get a stream of data.
-