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