Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetTableVersionResult> |
AWSGlueAsyncClient.getTableVersionAsync(GetTableVersionRequest request,
AsyncHandler<GetTableVersionRequest,GetTableVersionResult> asyncHandler) |
Future<GetTableVersionResult> |
AWSGlueAsync.getTableVersionAsync(GetTableVersionRequest getTableVersionRequest,
AsyncHandler<GetTableVersionRequest,GetTableVersionResult> asyncHandler)
Retrieves a specified version of a table.
|
Future<GetTableVersionResult> |
AbstractAWSGlueAsync.getTableVersionAsync(GetTableVersionRequest request,
AsyncHandler<GetTableVersionRequest,GetTableVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetTableVersionRequest |
GetTableVersionRequest.clone() |
GetTableVersionRequest |
GetTableVersionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTableVersionRequest |
GetTableVersionRequest.withDatabaseName(String databaseName)
The database in the catalog in which the table resides.
|
GetTableVersionRequest |
GetTableVersionRequest.withTableName(String tableName)
The name of the table.
|
GetTableVersionRequest |
GetTableVersionRequest.withVersionId(String versionId)
The ID value of the table version to be retrieved.
|
Copyright © 2022. All rights reserved.