Uses of Class
software.amazon.awssdk.services.datazone.model.JobRunSummary
-
Packages that use JobRunSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of JobRunSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type JobRunSummary Modifier and Type Method Description List<JobRunSummary>ListJobRunsResponse. items()The results of the ListJobRuns action.Methods in software.amazon.awssdk.services.datazone.model with parameters of type JobRunSummary Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. items(JobRunSummary... items)The results of the ListJobRuns action.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type JobRunSummary Modifier and Type Method Description ListJobRunsResponse.BuilderListJobRunsResponse.Builder. items(Collection<JobRunSummary> items)The results of the ListJobRuns action. -
Uses of JobRunSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type JobRunSummary Modifier and Type Method Description SdkIterable<JobRunSummary>ListJobRunsIterable. items()Returns an iterable to iterate through the paginatedListJobRunsResponse.items()member.SdkPublisher<JobRunSummary>ListJobRunsPublisher. items()Returns a publisher that can be used to get a stream of data.
-