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