| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
JobCommand |
CreateJobRequest.command()
The
JobCommand that executes this job. |
JobCommand |
Job.command()
The
JobCommand that executes this job. |
JobCommand |
JobUpdate.command()
The
JobCommand that executes this job (required). |
| Modifier and Type | Method and Description |
|---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.command(JobCommand command)
The
JobCommand that executes this job. |
Job.Builder |
Job.Builder.command(JobCommand command)
The
JobCommand that executes this job. |
JobUpdate.Builder |
JobUpdate.Builder.command(JobCommand command)
The
JobCommand that executes this job (required). |
Copyright © 2020. All rights reserved.