| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetail |
ColumnStatisticsError.error()
An error message with the reason for the failure of an operation.
|
ErrorDetail |
ColumnError.error()
An error message with the reason for the failure of an operation.
|
ErrorDetail |
BatchUpdatePartitionFailureEntry.errorDetail()
The details about the batch update partition error.
|
ErrorDetail |
TableError.errorDetail()
The details about the error.
|
ErrorDetail |
TableVersionError.errorDetail()
The details about the error.
|
ErrorDetail |
PartitionError.errorDetail()
The details about the partition error.
|
ErrorDetail |
BatchStopJobRunError.errorDetail()
Specifies details about the error that was encountered.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ErrorDetail> |
BatchDeleteConnectionResponse.errors()
A map of the names of connections that were not successfully deleted to error details.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnStatisticsError.Builder |
ColumnStatisticsError.Builder.error(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
ColumnError.Builder |
ColumnError.Builder.error(ErrorDetail error)
An error message with the reason for the failure of an operation.
|
BatchUpdatePartitionFailureEntry.Builder |
BatchUpdatePartitionFailureEntry.Builder.errorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
TableError.Builder |
TableError.Builder.errorDetail(ErrorDetail errorDetail)
The details about the error.
|
TableVersionError.Builder |
TableVersionError.Builder.errorDetail(ErrorDetail errorDetail)
The details about the error.
|
PartitionError.Builder |
PartitionError.Builder.errorDetail(ErrorDetail errorDetail)
The details about the partition error.
|
BatchStopJobRunError.Builder |
BatchStopJobRunError.Builder.errorDetail(ErrorDetail errorDetail)
Specifies details about the error that was encountered.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteConnectionResponse.Builder |
BatchDeleteConnectionResponse.Builder.errors(Map<String,ErrorDetail> errors)
A map of the names of connections that were not successfully deleted to error details.
|
Copyright © 2023. All rights reserved.