Uses of Class
software.amazon.awssdk.services.glue.model.BatchUpdatePartitionRequest
-
Packages that use BatchUpdatePartitionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchUpdatePartitionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchUpdatePartitionRequest Modifier and Type Method Description default CompletableFuture<BatchUpdatePartitionResponse>GlueAsyncClient. batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)Updates one or more partitions in a batch operation.default BatchUpdatePartitionResponseGlueClient. batchUpdatePartition(BatchUpdatePartitionRequest batchUpdatePartitionRequest)Updates one or more partitions in a batch operation. -
Uses of BatchUpdatePartitionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchUpdatePartitionRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdatePartitionRequestMarshaller. marshall(BatchUpdatePartitionRequest batchUpdatePartitionRequest)
-