| 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 |
|---|---|
ListJobRunAttemptsResult |
AbstractAWSEMRServerless.listJobRunAttempts(ListJobRunAttemptsRequest request) |
ListJobRunAttemptsResult |
AWSEMRServerless.listJobRunAttempts(ListJobRunAttemptsRequest listJobRunAttemptsRequest)
Lists all attempt of a job run.
|
ListJobRunAttemptsResult |
AWSEMRServerlessClient.listJobRunAttempts(ListJobRunAttemptsRequest request)
Lists all attempt of a job run.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobRunAttemptsResult> |
AbstractAWSEMRServerlessAsync.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> |
AWSEMRServerlessAsyncClient.listJobRunAttemptsAsync(ListJobRunAttemptsRequest request,
AsyncHandler<ListJobRunAttemptsRequest,ListJobRunAttemptsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobRunAttemptsResult |
ListJobRunAttemptsResult.clone() |
ListJobRunAttemptsResult |
ListJobRunAttemptsResult.withJobRunAttempts(Collection<JobRunAttemptSummary> jobRunAttempts)
The array of the listed job run attempt objects.
|
ListJobRunAttemptsResult |
ListJobRunAttemptsResult.withJobRunAttempts(JobRunAttemptSummary... jobRunAttempts)
The array of the listed job run attempt objects.
|
ListJobRunAttemptsResult |
ListJobRunAttemptsResult.withNextToken(String nextToken)
The output displays the token for the next set of application results.
|
Copyright © 2025. All rights reserved.