| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
ColumnError.getError()
An error message with the reason for the failure of an operation.
|
ErrorDetail |
ColumnStatisticsError.getError()
An error message with the reason for the failure of an operation.
|
ErrorDetail |
TableVersionError.getErrorDetail()
The details about the error.
|
ErrorDetail |
PartitionError.getErrorDetail()
The details about the partition error.
|
ErrorDetail |
BatchStopJobRunError.getErrorDetail()
Specifies details about the error that was encountered.
|
ErrorDetail |
BatchUpdatePartitionFailureEntry.getErrorDetail()
The details about the batch update partition error.
|
ErrorDetail |
TableError.getErrorDetail()
The details about the error.
|
ErrorDetail |
ErrorDetail.withErrorCode(String errorCode)
The code associated with this error.
|
ErrorDetail |
ErrorDetail.withErrorMessage(String errorMessage)
A message describing the error.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ErrorDetail> |
BatchDeleteConnectionResult.getErrors()
A map of the names of connections that were not successfully deleted to error details.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.addErrorsEntry(String key,
ErrorDetail value)
Add a single Errors entry
|
void |
ColumnError.setError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
void |
ColumnStatisticsError.setError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
void |
TableVersionError.setErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
void |
PartitionError.setErrorDetail(ErrorDetail errorDetail)
The details about the partition error.
|
void |
BatchStopJobRunError.setErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
void |
BatchUpdatePartitionFailureEntry.setErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
void |
TableError.setErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
ColumnError |
ColumnError.withError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
ColumnStatisticsError |
ColumnStatisticsError.withError(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
TableVersionError |
TableVersionError.withErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
PartitionError |
PartitionError.withErrorDetail(ErrorDetail errorDetail)
The details about the partition error.
|
BatchStopJobRunError |
BatchStopJobRunError.withErrorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
BatchUpdatePartitionFailureEntry |
BatchUpdatePartitionFailureEntry.withErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
TableError |
TableError.withErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteConnectionResult.setErrors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
|
BatchDeleteConnectionResult |
BatchDeleteConnectionResult.withErrors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
|
Copyright © 2021. All rights reserved.