Uses of Class
software.amazon.awssdk.services.glue.model.UpdateColumnStatisticsForPartitionRequest
-
Packages that use UpdateColumnStatisticsForPartitionRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateColumnStatisticsForPartitionRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateColumnStatisticsForPartitionRequest Modifier and Type Method Description default CompletableFuture<UpdateColumnStatisticsForPartitionResponse>GlueAsyncClient. updateColumnStatisticsForPartition(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest)Creates or updates partition statistics of columns.default UpdateColumnStatisticsForPartitionResponseGlueClient. updateColumnStatisticsForPartition(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest)Creates or updates partition statistics of columns. -
Uses of UpdateColumnStatisticsForPartitionRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateColumnStatisticsForPartitionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateColumnStatisticsForPartitionRequestMarshaller. marshall(UpdateColumnStatisticsForPartitionRequest updateColumnStatisticsForPartitionRequest)
-