| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTableOptimizerEntry |
BatchGetTableOptimizerEntry.clone() |
BatchGetTableOptimizerEntry |
BatchGetTableOptimizerEntry.withCatalogId(String catalogId)
The Catalog ID of the table.
|
BatchGetTableOptimizerEntry |
BatchGetTableOptimizerEntry.withDatabaseName(String databaseName)
The name of the database in the catalog in which the table resides.
|
BatchGetTableOptimizerEntry |
BatchGetTableOptimizerEntry.withTableName(String tableName)
The name of the table.
|
BatchGetTableOptimizerEntry |
BatchGetTableOptimizerEntry.withType(String type)
The type of table optimizer.
|
BatchGetTableOptimizerEntry |
BatchGetTableOptimizerEntry.withType(TableOptimizerType type)
The type of table optimizer.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetTableOptimizerEntry> |
BatchGetTableOptimizerRequest.getEntries()
A list of
BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTableOptimizerRequest |
BatchGetTableOptimizerRequest.withEntries(BatchGetTableOptimizerEntry... entries)
A list of
BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetTableOptimizerRequest.setEntries(Collection<BatchGetTableOptimizerEntry> entries)
A list of
BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve. |
BatchGetTableOptimizerRequest |
BatchGetTableOptimizerRequest.withEntries(Collection<BatchGetTableOptimizerEntry> entries)
A list of
BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve. |
Copyright © 2025. All rights reserved.