Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<BatchDeletePartitionResult> |
AWSGlueAsync.batchDeletePartitionAsync(BatchDeletePartitionRequest batchDeletePartitionRequest,
AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler)
Deletes one or more partitions in a batch operation.
|
Future<BatchDeletePartitionResult> |
AWSGlueAsyncClient.batchDeletePartitionAsync(BatchDeletePartitionRequest request,
AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler) |
Future<BatchDeletePartitionResult> |
AbstractAWSGlueAsync.batchDeletePartitionAsync(BatchDeletePartitionRequest request,
AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.clone() |
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partition to be deleted resides.
|
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withDatabaseName(String databaseName)
The name of the catalog database in which the table in question resides.
|
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withPartitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withPartitionsToDelete(PartitionValueList... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest |
BatchDeletePartitionRequest.withTableName(String tableName)
The name of the table that contains the partitions to be deleted.
|
Copyright © 2020. All rights reserved.