Uses of Class
software.amazon.awssdk.services.glue.model.DeleteColumnStatisticsForTableResponse
-
Packages that use DeleteColumnStatisticsForTableResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of DeleteColumnStatisticsForTableResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return DeleteColumnStatisticsForTableResponse Modifier and Type Method Description default DeleteColumnStatisticsForTableResponseGlueClient. deleteColumnStatisticsForTable(Consumer<DeleteColumnStatisticsForTableRequest.Builder> deleteColumnStatisticsForTableRequest)Retrieves table statistics of columns.default DeleteColumnStatisticsForTableResponseGlueClient. deleteColumnStatisticsForTable(DeleteColumnStatisticsForTableRequest deleteColumnStatisticsForTableRequest)Retrieves table statistics of columns.Methods in software.amazon.awssdk.services.glue that return types with arguments of type DeleteColumnStatisticsForTableResponse Modifier and Type Method Description default CompletableFuture<DeleteColumnStatisticsForTableResponse>GlueAsyncClient. deleteColumnStatisticsForTable(Consumer<DeleteColumnStatisticsForTableRequest.Builder> deleteColumnStatisticsForTableRequest)Retrieves table statistics of columns.default CompletableFuture<DeleteColumnStatisticsForTableResponse>GlueAsyncClient. deleteColumnStatisticsForTable(DeleteColumnStatisticsForTableRequest deleteColumnStatisticsForTableRequest)Retrieves table statistics of columns.
-