| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchStopJobRunResult> |
AWSGlueAsyncClient.batchStopJobRunAsync(BatchStopJobRunRequest request,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler) |
Future<BatchStopJobRunResult> |
AWSGlueAsync.batchStopJobRunAsync(BatchStopJobRunRequest batchStopJobRunRequest,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler)
Stops one or more job runs for a specified Job.
|
Future<BatchStopJobRunResult> |
AbstractAWSGlueAsync.batchStopJobRunAsync(BatchStopJobRunRequest request,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunRequest |
BatchStopJobRunRequest.clone() |
BatchStopJobRunRequest |
BatchStopJobRunRequest.withJobName(String jobName)
The name of the Job in question.
|
BatchStopJobRunRequest |
BatchStopJobRunRequest.withJobRunIds(Collection<String> jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
|
BatchStopJobRunRequest |
BatchStopJobRunRequest.withJobRunIds(String... jobRunIds)
A list of the JobRunIds that should be stopped for that Job.
|
Copyright © 2018. All rights reserved.