Uses of Interface
software.amazon.awssdk.services.glue.model.UpdateColumnStatisticsForTableResponse.Builder
-
Packages that use UpdateColumnStatisticsForTableResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UpdateColumnStatisticsForTableResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateColumnStatisticsForTableResponse.Builder Modifier and Type Method Description static UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse. builder()UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse.Builder. errors(Collection<ColumnStatisticsError> errors)List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse.Builder. errors(Consumer<ColumnStatisticsError.Builder>... errors)List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse.Builder. errors(ColumnStatisticsError... errors)List of ColumnStatisticsErrors.UpdateColumnStatisticsForTableResponse.BuilderUpdateColumnStatisticsForTableResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UpdateColumnStatisticsForTableResponse.Builder Modifier and Type Method Description static Class<? extends UpdateColumnStatisticsForTableResponse.Builder>UpdateColumnStatisticsForTableResponse. serializableBuilderClass()
-