Package | Description |
---|---|
com.amazonaws.services.glue |
Defines service operations used by the GlueFrontendService
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetTableVersionsResult> |
AWSGlueAsyncClient.getTableVersionsAsync(GetTableVersionsRequest request,
AsyncHandler<GetTableVersionsRequest,GetTableVersionsResult> asyncHandler) |
Future<GetTableVersionsResult> |
AWSGlueAsync.getTableVersionsAsync(GetTableVersionsRequest getTableVersionsRequest,
AsyncHandler<GetTableVersionsRequest,GetTableVersionsResult> asyncHandler)
Retrieves a list of strings that identify available versions of a specified table.
|
Future<GetTableVersionsResult> |
AbstractAWSGlueAsync.getTableVersionsAsync(GetTableVersionsRequest request,
AsyncHandler<GetTableVersionsRequest,GetTableVersionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetTableVersionsRequest |
GetTableVersionsRequest.clone() |
GetTableVersionsRequest |
GetTableVersionsRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
GetTableVersionsRequest |
GetTableVersionsRequest.withDatabaseName(String databaseName)
The database in the catalog in which the table resides.
|
GetTableVersionsRequest |
GetTableVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of table versions to return in one response.
|
GetTableVersionsRequest |
GetTableVersionsRequest.withNextToken(String nextToken)
A continuation token, if this is not the first call.
|
GetTableVersionsRequest |
GetTableVersionsRequest.withTableName(String tableName)
The name of the table.
|
Copyright © 2017. All rights reserved.