Uses of Interface
software.amazon.awssdk.services.glue.model.GetColumnStatisticsTaskRunResponse.Builder
-
Packages that use GetColumnStatisticsTaskRunResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GetColumnStatisticsTaskRunResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return GetColumnStatisticsTaskRunResponse.Builder Modifier and Type Method Description static GetColumnStatisticsTaskRunResponse.BuilderGetColumnStatisticsTaskRunResponse. builder()default GetColumnStatisticsTaskRunResponse.BuilderGetColumnStatisticsTaskRunResponse.Builder. columnStatisticsTaskRun(Consumer<ColumnStatisticsTaskRun.Builder> columnStatisticsTaskRun)AColumnStatisticsTaskRunobject representing the details of the column stats run.GetColumnStatisticsTaskRunResponse.BuilderGetColumnStatisticsTaskRunResponse.Builder. columnStatisticsTaskRun(ColumnStatisticsTaskRun columnStatisticsTaskRun)AColumnStatisticsTaskRunobject representing the details of the column stats run.GetColumnStatisticsTaskRunResponse.BuilderGetColumnStatisticsTaskRunResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GetColumnStatisticsTaskRunResponse.Builder Modifier and Type Method Description static Class<? extends GetColumnStatisticsTaskRunResponse.Builder>GetColumnStatisticsTaskRunResponse. serializableBuilderClass()
-