| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless |
Amazon EMR Serverless is a new deployment option for Amazon EMR.
|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
CancelJobRunResult |
AWSEMRServerlessClient.cancelJobRun(CancelJobRunRequest request)
Cancels a job run.
|
CancelJobRunResult |
AWSEMRServerless.cancelJobRun(CancelJobRunRequest cancelJobRunRequest)
Cancels a job run.
|
CancelJobRunResult |
AbstractAWSEMRServerless.cancelJobRun(CancelJobRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobRunResult> |
AbstractAWSEMRServerlessAsync.cancelJobRunAsync(CancelJobRunRequest request,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler) |
Future<CancelJobRunResult> |
AWSEMRServerlessAsync.cancelJobRunAsync(CancelJobRunRequest cancelJobRunRequest,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler)
Cancels a job run.
|
Future<CancelJobRunResult> |
AWSEMRServerlessAsyncClient.cancelJobRunAsync(CancelJobRunRequest request,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelJobRunResult |
CancelJobRunResult.clone() |
CancelJobRunResult |
CancelJobRunResult.withApplicationId(String applicationId)
The output contains the application ID on which the job run is cancelled.
|
CancelJobRunResult |
CancelJobRunResult.withJobRunId(String jobRunId)
The output contains the ID of the cancelled job run.
|
Copyright © 2023. All rights reserved.