Uses of Class
software.amazon.awssdk.services.glue.model.UpdateColumnStatisticsForTableRequest
-
Packages that use UpdateColumnStatisticsForTableRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of UpdateColumnStatisticsForTableRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type UpdateColumnStatisticsForTableRequest Modifier and Type Method Description default CompletableFuture<UpdateColumnStatisticsForTableResponse>GlueAsyncClient. updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)Creates or updates table statistics of columns.default UpdateColumnStatisticsForTableResponseGlueClient. updateColumnStatisticsForTable(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)Creates or updates table statistics of columns. -
Uses of UpdateColumnStatisticsForTableRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type UpdateColumnStatisticsForTableRequest Modifier and Type Method Description SdkHttpFullRequestUpdateColumnStatisticsForTableRequestMarshaller. marshall(UpdateColumnStatisticsForTableRequest updateColumnStatisticsForTableRequest)
-