| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePartitionResult |
AWSGlueClient.batchDeletePartition(BatchDeletePartitionRequest request)
Deletes one or more partitions in a batch operation.
|
BatchDeletePartitionResult |
AWSGlue.batchDeletePartition(BatchDeletePartitionRequest batchDeletePartitionRequest)
Deletes one or more partitions in a batch operation.
|
BatchDeletePartitionResult |
AbstractAWSGlue.batchDeletePartition(BatchDeletePartitionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeletePartitionResult> |
AWSGlueAsyncClient.batchDeletePartitionAsync(BatchDeletePartitionRequest request,
AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler) |
Future<BatchDeletePartitionResult> |
AWSGlueAsync.batchDeletePartitionAsync(BatchDeletePartitionRequest batchDeletePartitionRequest,
AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler)
Deletes one or more partitions in a batch operation.
|
Future<BatchDeletePartitionResult> |
AbstractAWSGlueAsync.batchDeletePartitionAsync(BatchDeletePartitionRequest request,
AsyncHandler<BatchDeletePartitionRequest,BatchDeletePartitionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePartitionResult |
BatchDeletePartitionResult.clone() |
BatchDeletePartitionResult |
BatchDeletePartitionResult.withErrors(Collection<PartitionError> errors)
The errors encountered when trying to delete the requested partitions.
|
BatchDeletePartitionResult |
BatchDeletePartitionResult.withErrors(PartitionError... errors)
The errors encountered when trying to delete the requested partitions.
|
Copyright © 2022. All rights reserved.