| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartJobRunResult> |
AWSGlueAsyncClient.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AWSGlueAsync.startJobRunAsync(StartJobRunRequest startJobRunRequest,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
Runs a job.
|
Future<StartJobRunResult> |
AbstractAWSGlueAsync.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartJobRunRequest |
StartJobRunRequest.addArgumentsEntry(String key,
String value) |
StartJobRunRequest |
StartJobRunRequest.clearArgumentsEntries()
Removes all the entries added into Arguments.
|
StartJobRunRequest |
StartJobRunRequest.clone() |
StartJobRunRequest |
StartJobRunRequest.withAllocatedCapacity(Integer allocatedCapacity)
The number of AWS Glue data processing units (DPUs) to allocate to this JobRun.
|
StartJobRunRequest |
StartJobRunRequest.withArguments(Map<String,String> arguments)
The job arguments specifically for this run.
|
StartJobRunRequest |
StartJobRunRequest.withJobName(String jobName)
The name of the job to start.
|
StartJobRunRequest |
StartJobRunRequest.withJobRunId(String jobRunId)
The ID of a previous JobRun to retry.
|
Copyright © 2018. All rights reserved.