| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
StepDetailsError |
StepDetailsError.clone() |
StepDetailsError |
GetJobEntityError.getStepDetails()
The step details for the failed job entity.
|
StepDetailsError |
StepDetailsError.withCode(JobEntityErrorCode code)
The error code.
|
StepDetailsError |
StepDetailsError.withCode(String code)
The error code.
|
StepDetailsError |
StepDetailsError.withJobId(String jobId)
The job ID.
|
StepDetailsError |
StepDetailsError.withMessage(String message)
The error message detailing the error's cause.
|
StepDetailsError |
StepDetailsError.withStepId(String stepId)
The step ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobEntityError.setStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
|
GetJobEntityError |
GetJobEntityError.withStepDetails(StepDetailsError stepDetails)
The step details for the failed job entity.
|
Copyright © 2024. All rights reserved.