Uses of Class
software.amazon.awssdk.services.glue.model.BatchDeletePartitionRequest
-
Packages that use BatchDeletePartitionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchDeletePartitionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchDeletePartitionRequest Modifier and Type Method Description default CompletableFuture<BatchDeletePartitionResponse>GlueAsyncClient. batchDeletePartition(BatchDeletePartitionRequest batchDeletePartitionRequest)Deletes one or more partitions in a batch operation.default BatchDeletePartitionResponseGlueClient. batchDeletePartition(BatchDeletePartitionRequest batchDeletePartitionRequest)Deletes one or more partitions in a batch operation. -
Uses of BatchDeletePartitionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchDeletePartitionRequest Modifier and Type Method Description SdkHttpFullRequestBatchDeletePartitionRequestMarshaller. marshall(BatchDeletePartitionRequest batchDeletePartitionRequest)
-