| 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<DescribeJobRunResult> |
AbstractAmazonEMRContainersAsync.describeJobRunAsync(DescribeJobRunRequest request,
AsyncHandler<DescribeJobRunRequest,DescribeJobRunResult> asyncHandler) |
Future<DescribeJobRunResult> |
AmazonEMRContainersAsyncClient.describeJobRunAsync(DescribeJobRunRequest request,
AsyncHandler<DescribeJobRunRequest,DescribeJobRunResult> asyncHandler) |
Future<DescribeJobRunResult> |
AmazonEMRContainersAsync.describeJobRunAsync(DescribeJobRunRequest describeJobRunRequest,
AsyncHandler<DescribeJobRunRequest,DescribeJobRunResult> asyncHandler)
Displays detailed information about a job run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeJobRunRequest |
DescribeJobRunRequest.clone() |
DescribeJobRunRequest |
DescribeJobRunRequest.withId(String id)
The ID of the job run request.
|
DescribeJobRunRequest |
DescribeJobRunRequest.withVirtualClusterId(String virtualClusterId)
The ID of the virtual cluster for which the job run is submitted.
|
Copyright © 2021. All rights reserved.