| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.clone() |
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.withCatalogId(String catalogId)
The Catalog ID of the table.
|
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.withError(ErrorDetail error)
An
ErrorDetail object containing code and message details about the error. |
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.withTableName(String tableName)
The name of the table.
|
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.withType(String type)
The type of table optimizer.
|
BatchGetTableOptimizerError |
BatchGetTableOptimizerError.withType(TableOptimizerType type)
The type of table optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetTableOptimizerError> |
BatchGetTableOptimizerResult.getFailures()
A list of errors from the operation.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetTableOptimizerResult |
BatchGetTableOptimizerResult.withFailures(BatchGetTableOptimizerError... failures)
A list of errors from the operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetTableOptimizerResult.setFailures(Collection<BatchGetTableOptimizerError> failures)
A list of errors from the operation.
|
BatchGetTableOptimizerResult |
BatchGetTableOptimizerResult.withFailures(Collection<BatchGetTableOptimizerError> failures)
A list of errors from the operation.
|
Copyright © 2025. All rights reserved.