Uses of Class
software.amazon.awssdk.services.glue.model.JobCommand
-
Packages that use JobCommand Package Description software.amazon.awssdk.services.glue.model -
-
Uses of JobCommand in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return JobCommand Modifier and Type Method Description JobCommandCreateJobRequest. command()TheJobCommandthat runs this job.JobCommandJob. command()TheJobCommandthat runs this job.JobCommandJobUpdate. command()TheJobCommandthat runs this job (required).Methods in software.amazon.awssdk.services.glue.model with parameters of type JobCommand Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. command(JobCommand command)TheJobCommandthat runs this job.Job.BuilderJob.Builder. command(JobCommand command)TheJobCommandthat runs this job.JobUpdate.BuilderJobUpdate.Builder. command(JobCommand command)TheJobCommandthat runs this job (required).
-