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