| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchUpdatePartitionResponse |
GlueClient.batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
|
default BatchUpdatePartitionResponse |
GlueClient.batchUpdatePartition(Consumer<BatchUpdatePartitionRequest.Builder> batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchUpdatePartitionResponse> |
GlueAsyncClient.batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
|
default CompletableFuture<BatchUpdatePartitionResponse> |
GlueAsyncClient.batchUpdatePartition(Consumer<BatchUpdatePartitionRequest.Builder> batchUpdatePartitionRequest)
Updates one or more partitions in a batch operation.
|
Copyright © 2023. All rights reserved.