| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResult |
AbstractAWSGlue.batchStopJobRun(BatchStopJobRunRequest request) |
BatchStopJobRunResult |
AWSGlue.batchStopJobRun(BatchStopJobRunRequest batchStopJobRunRequest)
Stops a batch of job runs for a given job.
|
BatchStopJobRunResult |
AWSGlueClient.batchStopJobRun(BatchStopJobRunRequest request)
Stops a batch of job runs for a given job.
|
| 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 a batch of job runs for a given job.
|
Future<BatchStopJobRunResult> |
AbstractAWSGlueAsync.batchStopJobRunAsync(BatchStopJobRunRequest request,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchStopJobRunResult |
BatchStopJobRunResult.clone() |
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(BatchStopJobRunError... errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(Collection<BatchStopJobRunError> errors)
A list containing the job run Ids and details of the error that occurred for each job run while submitting to
stop.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of job runs which are successfully submitted for stopping.
|
Copyright © 2017. All rights reserved.