| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew |
AWS Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopJobRunResult> |
AWSGlueDataBrewAsyncClient.stopJobRunAsync(StopJobRunRequest request,
AsyncHandler<StopJobRunRequest,StopJobRunResult> asyncHandler) |
Future<StopJobRunResult> |
AbstractAWSGlueDataBrewAsync.stopJobRunAsync(StopJobRunRequest request,
AsyncHandler<StopJobRunRequest,StopJobRunResult> asyncHandler) |
Future<StopJobRunResult> |
AWSGlueDataBrewAsync.stopJobRunAsync(StopJobRunRequest stopJobRunRequest,
AsyncHandler<StopJobRunRequest,StopJobRunResult> asyncHandler)
Stops a particular run of a job.
|
| Modifier and Type | Method and Description |
|---|---|
StopJobRunRequest |
StopJobRunRequest.clone() |
StopJobRunRequest |
StopJobRunRequest.withName(String name)
The name of the job to be stopped.
|
StopJobRunRequest |
StopJobRunRequest.withRunId(String runId)
The ID of the job run to be stopped.
|
Copyright © 2021. All rights reserved.