Package | Description |
---|---|
com.amazonaws.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
Future<GetTableMetadataResult> |
AbstractAmazonAthenaAsync.getTableMetadataAsync(GetTableMetadataRequest request,
AsyncHandler<GetTableMetadataRequest,GetTableMetadataResult> asyncHandler) |
Future<GetTableMetadataResult> |
AmazonAthenaAsync.getTableMetadataAsync(GetTableMetadataRequest getTableMetadataRequest,
AsyncHandler<GetTableMetadataRequest,GetTableMetadataResult> asyncHandler)
Returns table metadata for the specified catalog, database, and table.
|
Future<GetTableMetadataResult> |
AmazonAthenaAsyncClient.getTableMetadataAsync(GetTableMetadataRequest request,
AsyncHandler<GetTableMetadataRequest,GetTableMetadataResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetTableMetadataRequest |
GetTableMetadataRequest.clone() |
GetTableMetadataRequest |
GetTableMetadataRequest.withCatalogName(String catalogName)
The name of the data catalog that contains the database and table metadata to return.
|
GetTableMetadataRequest |
GetTableMetadataRequest.withDatabaseName(String databaseName)
The name of the database that contains the table metadata to return.
|
GetTableMetadataRequest |
GetTableMetadataRequest.withTableName(String tableName)
The name of the table for which metadata is returned.
|
Copyright © 2023. All rights reserved.