| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default DeletePartitionIndexResponse |
GlueClient.deletePartitionIndex(Consumer<DeletePartitionIndexRequest.Builder> deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
|
default CompletableFuture<DeletePartitionIndexResponse> |
GlueAsyncClient.deletePartitionIndex(Consumer<DeletePartitionIndexRequest.Builder> deletePartitionIndexRequest)
Deletes a specified partition index from an existing table.
|
| Modifier and Type | Method and Description |
|---|---|
static DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.builder() |
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.Builder.catalogId(String catalogId)
The catalog ID where the table resides.
|
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.Builder.databaseName(String databaseName)
Specifies the name of a database from which you want to delete a partition index.
|
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.Builder.indexName(String indexName)
The name of the partition index to be deleted.
|
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.Builder.tableName(String tableName)
Specifies the name of a table from which you want to delete a partition index.
|
DeletePartitionIndexRequest.Builder |
DeletePartitionIndexRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeletePartitionIndexRequest.Builder> |
DeletePartitionIndexRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.