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