Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionResult |
AWSGlueClient.batchUpdatePartition(BatchUpdatePartitionRequest request)
Updates one or more partitions in a batch operation.
|
BatchUpdatePartitionResult |
AWSGlue.batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
|
BatchUpdatePartitionResult |
AbstractAWSGlue.batchUpdatePartition(BatchUpdatePartitionRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<BatchUpdatePartitionResult> |
AWSGlueAsyncClient.batchUpdatePartitionAsync(BatchUpdatePartitionRequest request,
AsyncHandler<BatchUpdatePartitionRequest,BatchUpdatePartitionResult> asyncHandler) |
Future<BatchUpdatePartitionResult> |
AbstractAWSGlueAsync.batchUpdatePartitionAsync(BatchUpdatePartitionRequest request,
AsyncHandler<BatchUpdatePartitionRequest,BatchUpdatePartitionResult> asyncHandler) |
Future<BatchUpdatePartitionResult> |
AWSGlueAsync.batchUpdatePartitionAsync(BatchUpdatePartitionRequest batchUpdatePartitionRequest,
AsyncHandler<BatchUpdatePartitionRequest,BatchUpdatePartitionResult> asyncHandler)
Updates one or more partitions in a batch operation.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionResult |
BatchUpdatePartitionResult.clone() |
BatchUpdatePartitionResult |
BatchUpdatePartitionResult.withErrors(BatchUpdatePartitionFailureEntry... errors)
The errors encountered when trying to update the requested partitions.
|
BatchUpdatePartitionResult |
BatchUpdatePartitionResult.withErrors(Collection<BatchUpdatePartitionFailureEntry> errors)
The errors encountered when trying to update the requested partitions.
|
Copyright © 2021. All rights reserved.