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 one or more job runs for a specified job definition.
|
BatchStopJobRunResult |
AWSGlueClient.batchStopJobRun(BatchStopJobRunRequest request)
Stops one or more job runs for a specified job definition.
|
Modifier and Type | Method and Description |
---|---|
Future<BatchStopJobRunResult> |
AbstractAWSGlueAsync.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 definition.
|
Future<BatchStopJobRunResult> |
AWSGlueAsyncClient.batchStopJobRunAsync(BatchStopJobRunRequest request,
AsyncHandler<BatchStopJobRunRequest,BatchStopJobRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchStopJobRunResult |
BatchStopJobRunResult.clone() |
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(BatchStopJobRunError... errors)
A list of the errors that were encountered in trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
BatchStopJobRunResult |
BatchStopJobRunResult.withErrors(Collection<BatchStopJobRunError> errors)
A list of the errors that were encountered in trying to stop
JobRuns , including the
JobRunId for which each error was encountered and details about the error. |
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(BatchStopJobRunSuccessfulSubmission... successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
BatchStopJobRunResult |
BatchStopJobRunResult.withSuccessfulSubmissions(Collection<BatchStopJobRunSuccessfulSubmission> successfulSubmissions)
A list of the JobRuns that were successfully submitted for stopping.
|
Copyright © 2023. All rights reserved.