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