Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TableError |
TableError.clone() |
TableError |
TableError.withErrorDetail(ErrorDetail errorDetail)
Detail about the error.
|
TableError |
TableError.withTableName(String tableName)
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 © 2019. All rights reserved.