Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchStopJobRunResult> |
AWSGlueAsync.batchStopJobRunAsync(BatchStopJobRunRequest batchStopJobRunRequest,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler)
Stops one or more job runs for a specified job definition.
|
Future<BatchStopJobRunResult> |
AWSGlueAsyncClient.batchStopJobRunAsync(BatchStopJobRunRequest request,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler) |
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 definition for which to stop job runs.
|
BatchStopJobRunRequest |
BatchStopJobRunRequest.withJobRunIds(Collection<String> jobRunIds)
A list of the
JobRunIds that should be stopped for that job definition. |
BatchStopJobRunRequest |
BatchStopJobRunRequest.withJobRunIds(String... jobRunIds)
A list of the
JobRunIds that should be stopped for that job definition. |
Copyright © 2020. All rights reserved.