Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<CreatePartitionIndexResult> |
AbstractAWSGlueAsync.createPartitionIndexAsync(CreatePartitionIndexRequest request,
AsyncHandler<CreatePartitionIndexRequest,CreatePartitionIndexResult> asyncHandler) |
Future<CreatePartitionIndexResult> |
AWSGlueAsync.createPartitionIndexAsync(CreatePartitionIndexRequest createPartitionIndexRequest,
AsyncHandler<CreatePartitionIndexRequest,CreatePartitionIndexResult> asyncHandler)
Creates a specified partition index in an existing table.
|
Future<CreatePartitionIndexResult> |
AWSGlueAsyncClient.createPartitionIndexAsync(CreatePartitionIndexRequest request,
AsyncHandler<CreatePartitionIndexRequest,CreatePartitionIndexResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePartitionIndexRequest |
CreatePartitionIndexRequest.clone() |
CreatePartitionIndexRequest |
CreatePartitionIndexRequest.withCatalogId(String catalogId)
The catalog ID where the table resides.
|
CreatePartitionIndexRequest |
CreatePartitionIndexRequest.withDatabaseName(String databaseName)
Specifies the name of a database in which you want to create a partition index.
|
CreatePartitionIndexRequest |
CreatePartitionIndexRequest.withPartitionIndex(PartitionIndex partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
CreatePartitionIndexRequest |
CreatePartitionIndexRequest.withTableName(String tableName)
Specifies the name of a table in which you want to create a partition index.
|
Copyright © 2023. All rights reserved.