Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TableVersionError |
TableVersionError.clone() |
TableVersionError |
TableVersionError.withErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
TableVersionError |
TableVersionError.withTableName(String tableName)
The name of the table in question.
|
TableVersionError |
TableVersionError.withVersionId(String versionId)
The ID value of the version in question.
|
Modifier and Type | Method and Description |
---|---|
List<TableVersionError> |
BatchDeleteTableVersionResult.getErrors()
A list of errors encountered while trying to delete the specified table versions.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteTableVersionResult |
BatchDeleteTableVersionResult.withErrors(TableVersionError... errors)
A list of errors encountered while trying to delete the specified table versions.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchDeleteTableVersionResult.setErrors(Collection<TableVersionError> errors)
A list of errors encountered while trying to delete the specified table versions.
|
BatchDeleteTableVersionResult |
BatchDeleteTableVersionResult.withErrors(Collection<TableVersionError> errors)
A list of errors encountered while trying to delete the specified table versions.
|
Copyright © 2020. All rights reserved.