Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
ErrorDetail |
ErrorDetail.clone() |
ErrorDetail |
PartitionError.getErrorDetail()
Details about the partition error.
|
ErrorDetail |
TableError.getErrorDetail()
Detail 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) |
void |
PartitionError.setErrorDetail(ErrorDetail errorDetail)
Details about the partition error.
|
void |
TableError.setErrorDetail(ErrorDetail errorDetail)
Detail about the error.
|
PartitionError |
PartitionError.withErrorDetail(ErrorDetail errorDetail)
Details about the partition error.
|
TableError |
TableError.withErrorDetail(ErrorDetail errorDetail)
Detail 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 © 2017. All rights reserved.