Uses of Class
software.amazon.awssdk.services.glue.model.BatchCreatePartitionRequest
-
Packages that use BatchCreatePartitionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of BatchCreatePartitionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type BatchCreatePartitionRequest Modifier and Type Method Description default CompletableFuture<BatchCreatePartitionResponse>GlueAsyncClient. batchCreatePartition(BatchCreatePartitionRequest batchCreatePartitionRequest)Creates one or more partitions in a batch operation.default BatchCreatePartitionResponseGlueClient. batchCreatePartition(BatchCreatePartitionRequest batchCreatePartitionRequest)Creates one or more partitions in a batch operation. -
Uses of BatchCreatePartitionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type BatchCreatePartitionRequest Modifier and Type Method Description SdkHttpFullRequestBatchCreatePartitionRequestMarshaller. marshall(BatchCreatePartitionRequest batchCreatePartitionRequest)
-