| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
GetJobEntityError |
GetJobEntityError.clone() |
GetJobEntityError |
GetJobEntityError.withEnvironmentDetails(EnvironmentDetailsError environmentDetails)
The environment details for the failed job entity.
|
GetJobEntityError |
GetJobEntityError.withJobAttachmentDetails(JobAttachmentDetailsError jobAttachmentDetails)
The job attachment details for the failed job entity.
|
GetJobEntityError |
GetJobEntityError.withJobDetails(JobDetailsError jobDetails)
The job details for the failed job entity.
|
GetJobEntityError |
GetJobEntityError.withStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
|
| Modifier and Type | Method and Description |
|---|---|
List<GetJobEntityError> |
BatchGetJobEntityResult.getErrors()
A list of errors from the job error logs for the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withErrors(GetJobEntityError... errors)
A list of errors from the job error logs for the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetJobEntityResult.setErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
|
BatchGetJobEntityResult |
BatchGetJobEntityResult.withErrors(Collection<GetJobEntityError> errors)
A list of errors from the job error logs for the batch.
|
Copyright © 2024. All rights reserved.