Uses of Class
software.amazon.awssdk.services.glue.model.JobRun
-
Packages that use JobRun Package Description software.amazon.awssdk.services.glue.model software.amazon.awssdk.services.glue.paginators -
-
Uses of JobRun in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return JobRun Modifier and Type Method Description JobRunGetJobRunResponse. jobRun()The requested job-run metadata.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type JobRun Modifier and Type Method Description List<JobRun>GetJobRunsResponse. jobRuns()A list of job-run metadata objects.List<JobRun>JobNodeDetails. jobRuns()The information for the job runs represented by the job node.Methods in software.amazon.awssdk.services.glue.model with parameters of type JobRun Modifier and Type Method Description GetJobRunResponse.BuilderGetJobRunResponse.Builder. jobRun(JobRun jobRun)The requested job-run metadata.GetJobRunsResponse.BuilderGetJobRunsResponse.Builder. jobRuns(JobRun... jobRuns)A list of job-run metadata objects.JobNodeDetails.BuilderJobNodeDetails.Builder. jobRuns(JobRun... jobRuns)The information for the job runs represented by the job node.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type JobRun Modifier and Type Method Description GetJobRunsResponse.BuilderGetJobRunsResponse.Builder. jobRuns(Collection<JobRun> jobRuns)A list of job-run metadata objects.JobNodeDetails.BuilderJobNodeDetails.Builder. jobRuns(Collection<JobRun> jobRuns)The information for the job runs represented by the job node. -
Uses of JobRun in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type JobRun Modifier and Type Method Description SdkIterable<JobRun>GetJobRunsIterable. jobRuns()Returns an iterable to iterate through the paginatedGetJobRunsResponse.jobRuns()member.SdkPublisher<JobRun>GetJobRunsPublisher. jobRuns()Returns a publisher that can be used to get a stream of data.
-