Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<BatchUpdatePartitionResult> |
AWSGlueAsyncClient.batchUpdatePartitionAsync(BatchUpdatePartitionRequest request,
AsyncHandler<BatchUpdatePartitionRequest,BatchUpdatePartitionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionRequest |
BatchUpdatePartitionRequest.clone() |
BatchUpdatePartitionRequest |
BatchUpdatePartitionRequest.withCatalogId(String catalogId)
The ID of the catalog in which the partition is to be updated.
|
BatchUpdatePartitionRequest |
BatchUpdatePartitionRequest.withDatabaseName(String databaseName)
The name of the metadata database in which the partition is to be updated.
|
BatchUpdatePartitionRequest |
BatchUpdatePartitionRequest.withEntries(BatchUpdatePartitionRequestEntry... entries)
A list of up to 100
BatchUpdatePartitionRequestEntry objects to update. |
BatchUpdatePartitionRequest |
BatchUpdatePartitionRequest.withEntries(Collection<BatchUpdatePartitionRequestEntry> entries)
A list of up to 100
BatchUpdatePartitionRequestEntry objects to update. |
BatchUpdatePartitionRequest |
BatchUpdatePartitionRequest.withTableName(String tableName)
The name of the metadata table in which the partition is to be updated.
|
Copyright © 2021. All rights reserved.