Uses of Class
software.amazon.awssdk.services.glue.model.GetColumnStatisticsTaskSettingsResponse
-
Packages that use GetColumnStatisticsTaskSettingsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetColumnStatisticsTaskSettingsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetColumnStatisticsTaskSettingsResponse Modifier and Type Method Description default GetColumnStatisticsTaskSettingsResponseGlueClient. getColumnStatisticsTaskSettings(Consumer<GetColumnStatisticsTaskSettingsRequest.Builder> getColumnStatisticsTaskSettingsRequest)Gets settings for a column statistics task.default GetColumnStatisticsTaskSettingsResponseGlueClient. getColumnStatisticsTaskSettings(GetColumnStatisticsTaskSettingsRequest getColumnStatisticsTaskSettingsRequest)Gets settings for a column statistics task.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetColumnStatisticsTaskSettingsResponse Modifier and Type Method Description default CompletableFuture<GetColumnStatisticsTaskSettingsResponse>GlueAsyncClient. getColumnStatisticsTaskSettings(Consumer<GetColumnStatisticsTaskSettingsRequest.Builder> getColumnStatisticsTaskSettingsRequest)Gets settings for a column statistics task.default CompletableFuture<GetColumnStatisticsTaskSettingsResponse>GlueAsyncClient. getColumnStatisticsTaskSettings(GetColumnStatisticsTaskSettingsRequest getColumnStatisticsTaskSettingsRequest)Gets settings for a column statistics task.
-