Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetPartitionIndexesResult> |
AWSGlueAsyncClient.getPartitionIndexesAsync(GetPartitionIndexesRequest request,
AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler) |
Future<GetPartitionIndexesResult> |
AWSGlueAsync.getPartitionIndexesAsync(GetPartitionIndexesRequest getPartitionIndexesRequest,
AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler)
Retrieves the partition indexes associated with a table.
|
Future<GetPartitionIndexesResult> |
AbstractAWSGlueAsync.getPartitionIndexesAsync(GetPartitionIndexesRequest request,
AsyncHandler<GetPartitionIndexesRequest,GetPartitionIndexesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPartitionIndexesRequest |
GetPartitionIndexesRequest.clone() |
GetPartitionIndexesRequest |
GetPartitionIndexesRequest.withCatalogId(String catalogId)
The catalog ID where the table resides.
|
GetPartitionIndexesRequest |
GetPartitionIndexesRequest.withDatabaseName(String databaseName)
Specifies the name of a database from which you want to retrieve partition indexes.
|
GetPartitionIndexesRequest |
GetPartitionIndexesRequest.withNextToken(String nextToken)
A continuation token, included if this is a continuation call.
|
GetPartitionIndexesRequest |
GetPartitionIndexesRequest.withTableName(String tableName)
Specifies the name of a table for which you want to retrieve the partition indexes.
|
Copyright © 2023. All rights reserved.