| 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 infrastructure capacity to allocate to this job.
|
StartJobRunRequest |
StartJobRunRequest.withArguments(Map<String,String> arguments)
Specific arguments for this job run.
|
StartJobRunRequest |
StartJobRunRequest.withJobName(String jobName)
The name of the job to start.
|
StartJobRunRequest |
StartJobRunRequest.withJobRunId(String jobRunId)
The ID of the job run to start.
|
Copyright © 2017. All rights reserved.