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