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