| 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 |
|---|---|
Future<CancelJobRunResult> |
AWSEMRServerlessAsyncClient.cancelJobRunAsync(CancelJobRunRequest request,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler) |
Future<CancelJobRunResult> |
AWSEMRServerlessAsync.cancelJobRunAsync(CancelJobRunRequest cancelJobRunRequest,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler)
Cancels a job run.
|
Future<CancelJobRunResult> |
AbstractAWSEMRServerlessAsync.cancelJobRunAsync(CancelJobRunRequest request,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelJobRunRequest |
CancelJobRunRequest.clone() |
CancelJobRunRequest |
CancelJobRunRequest.withApplicationId(String applicationId)
The ID of the application on which the job run will be canceled.
|
CancelJobRunRequest |
CancelJobRunRequest.withJobRunId(String jobRunId)
The ID of the job run to cancel.
|
Copyright © 2025. All rights reserved.