| 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 |
|---|---|
StartJobRunResult |
AmazonEMRContainersClient.startJobRun(StartJobRunRequest request)
Starts a job run.
|
StartJobRunResult |
AbstractAmazonEMRContainers.startJobRun(StartJobRunRequest request) |
StartJobRunResult |
AmazonEMRContainers.startJobRun(StartJobRunRequest startJobRunRequest)
Starts a job run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartJobRunResult> |
AmazonEMRContainersAsyncClient.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AbstractAmazonEMRContainersAsync.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AmazonEMRContainersAsync.startJobRunAsync(StartJobRunRequest startJobRunRequest,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
Starts a job run.
|
| Modifier and Type | Method and Description |
|---|---|
StartJobRunResult |
StartJobRunResult.clone() |
StartJobRunResult |
StartJobRunResult.withArn(String arn)
This output lists the ARN of job run.
|
StartJobRunResult |
StartJobRunResult.withId(String id)
This output displays the started job run ID.
|
StartJobRunResult |
StartJobRunResult.withName(String name)
This output displays the name of the started job run.
|
StartJobRunResult |
StartJobRunResult.withVirtualClusterId(String virtualClusterId)
This output displays the virtual cluster ID for which the job run was submitted.
|
Copyright © 2024. All rights reserved.