| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
JobError |
JobError.clone() |
JobError |
JobError.withCode(Code code)
The code for the job error.
|
JobError |
JobError.withCode(String code)
The code for the job error.
|
JobError |
JobError.withDetails(Details details)
The details about the job error.
|
JobError |
JobError.withLimitName(JobErrorLimitName limitName)
The name of the limit that was reached.
|
JobError |
JobError.withLimitName(String limitName)
The name of the limit that was reached.
|
JobError |
JobError.withLimitValue(Double limitValue)
The value of the exceeded limit.
|
JobError |
JobError.withMessage(String message)
The message related to the job error.
|
JobError |
JobError.withResourceId(String resourceId)
The unique identifier for the resource related to the error.
|
JobError |
JobError.withResourceType(JobErrorResourceTypes resourceType)
The type of resource related to the error.
|
JobError |
JobError.withResourceType(String resourceType)
The type of resource related to the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobError> |
GetJobResult.getErrors()
The errors associated with jobs.
|
List<JobError> |
CreateJobResult.getErrors()
The errors associated with jobs.
|
List<JobError> |
JobEntry.getErrors()
Errors for jobs.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
GetJobResult.withErrors(JobError... errors)
The errors associated with jobs.
|
CreateJobResult |
CreateJobResult.withErrors(JobError... errors)
The errors associated with jobs.
|
JobEntry |
JobEntry.withErrors(JobError... errors)
Errors for jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setErrors(Collection<JobError> errors)
The errors associated with jobs.
|
void |
CreateJobResult.setErrors(Collection<JobError> errors)
The errors associated with jobs.
|
void |
JobEntry.setErrors(Collection<JobError> errors)
Errors for jobs.
|
GetJobResult |
GetJobResult.withErrors(Collection<JobError> errors)
The errors associated with jobs.
|
CreateJobResult |
CreateJobResult.withErrors(Collection<JobError> errors)
The errors associated with jobs.
|
JobEntry |
JobEntry.withErrors(Collection<JobError> errors)
Errors for jobs.
|
Copyright © 2022. All rights reserved.