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