| 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<ListJobRunAttemptsResult> |
AWSEMRServerlessAsyncClient.listJobRunAttemptsAsync(ListJobRunAttemptsRequest request,
AsyncHandler<ListJobRunAttemptsRequest,ListJobRunAttemptsResult> asyncHandler) |
Future<ListJobRunAttemptsResult> |
AWSEMRServerlessAsync.listJobRunAttemptsAsync(ListJobRunAttemptsRequest listJobRunAttemptsRequest,
AsyncHandler<ListJobRunAttemptsRequest,ListJobRunAttemptsResult> asyncHandler)
Lists all attempt of a job run.
|
Future<ListJobRunAttemptsResult> |
AbstractAWSEMRServerlessAsync.listJobRunAttemptsAsync(ListJobRunAttemptsRequest request,
AsyncHandler<ListJobRunAttemptsRequest,ListJobRunAttemptsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobRunAttemptsRequest |
ListJobRunAttemptsRequest.clone() |
ListJobRunAttemptsRequest |
ListJobRunAttemptsRequest.withApplicationId(String applicationId)
The ID of the application for which to list job runs.
|
ListJobRunAttemptsRequest |
ListJobRunAttemptsRequest.withJobRunId(String jobRunId)
The ID of the job run to list.
|
ListJobRunAttemptsRequest |
ListJobRunAttemptsRequest.withMaxResults(Integer maxResults)
The maximum number of job run attempts to list.
|
ListJobRunAttemptsRequest |
ListJobRunAttemptsRequest.withNextToken(String nextToken)
The token for the next set of job run attempt results.
|
Copyright © 2025. All rights reserved.