| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers |
Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks
on Amazon Elastic Kubernetes Service (Amazon EKS).
|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CancelJobRunResult> |
AmazonEMRContainersAsyncClient.cancelJobRunAsync(CancelJobRunRequest request,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler) |
Future<CancelJobRunResult> |
AmazonEMRContainersAsync.cancelJobRunAsync(CancelJobRunRequest cancelJobRunRequest,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler)
Cancels a job run.
|
Future<CancelJobRunResult> |
AbstractAmazonEMRContainersAsync.cancelJobRunAsync(CancelJobRunRequest request,
AsyncHandler<CancelJobRunRequest,CancelJobRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CancelJobRunRequest |
CancelJobRunRequest.clone() |
CancelJobRunRequest |
CancelJobRunRequest.withId(String id)
The ID of the job run to cancel.
|
CancelJobRunRequest |
CancelJobRunRequest.withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run will be canceled.
|
Copyright © 2022. All rights reserved.