Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TableError |
TableError.clone() |
TableError |
TableError.withErrorDetail(ErrorDetail errorDetail)
The details about the error.
|
TableError |
TableError.withTableName(String tableName)
The name of the table.
|
Modifier and Type | Method and Description |
---|---|
List<TableError> |
BatchDeleteTableResult.getErrors()
A list of errors encountered in attempting to delete the specified tables.
|
Modifier and Type | Method and Description |
---|---|
BatchDeleteTableResult |
BatchDeleteTableResult.withErrors(TableError... errors)
A list of errors encountered in attempting to delete the specified tables.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchDeleteTableResult.setErrors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
|
BatchDeleteTableResult |
BatchDeleteTableResult.withErrors(Collection<TableError> errors)
A list of errors encountered in attempting to delete the specified tables.
|
Copyright © 2020. All rights reserved.