Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdatePartitionResult> |
AWSGlueAsyncClient.updatePartitionAsync(UpdatePartitionRequest request,
AsyncHandler<UpdatePartitionRequest,UpdatePartitionResult> asyncHandler) |
Future<UpdatePartitionResult> |
AbstractAWSGlueAsync.updatePartitionAsync(UpdatePartitionRequest request,
AsyncHandler<UpdatePartitionRequest,UpdatePartitionResult> asyncHandler) |
Future<UpdatePartitionResult> |
AWSGlueAsync.updatePartitionAsync(UpdatePartitionRequest updatePartitionRequest,
AsyncHandler<UpdatePartitionRequest,UpdatePartitionResult> asyncHandler)
Updates a partition.
|
Modifier and Type | Method and Description |
---|---|
UpdatePartitionRequest |
UpdatePartitionRequest.clone() |
UpdatePartitionRequest |
UpdatePartitionRequest.withCatalogId(String catalogId)
The ID of the Data Catalog where the partition to be updated resides.
|
UpdatePartitionRequest |
UpdatePartitionRequest.withDatabaseName(String databaseName)
The name of the catalog database in which the table in question resides.
|
UpdatePartitionRequest |
UpdatePartitionRequest.withPartitionInput(PartitionInput partitionInput)
The new partition object to update the partition to.
|
UpdatePartitionRequest |
UpdatePartitionRequest.withPartitionValueList(Collection<String> partitionValueList)
List of partition key values that define the partition to update.
|
UpdatePartitionRequest |
UpdatePartitionRequest.withPartitionValueList(String... partitionValueList)
List of partition key values that define the partition to update.
|
UpdatePartitionRequest |
UpdatePartitionRequest.withTableName(String tableName)
The name of the table in which the partition to be updated is located.
|
Copyright © 2022. All rights reserved.