Uses of Class
software.amazon.awssdk.services.glue.model.GetColumnStatisticsTaskRunResponse
-
Packages that use GetColumnStatisticsTaskRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetColumnStatisticsTaskRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetColumnStatisticsTaskRunResponse Modifier and Type Method Description default GetColumnStatisticsTaskRunResponseGlueClient. getColumnStatisticsTaskRun(Consumer<GetColumnStatisticsTaskRunRequest.Builder> getColumnStatisticsTaskRunRequest)Get the associated metadata/information for a task run, given a task run ID.default GetColumnStatisticsTaskRunResponseGlueClient. getColumnStatisticsTaskRun(GetColumnStatisticsTaskRunRequest getColumnStatisticsTaskRunRequest)Get the associated metadata/information for a task run, given a task run ID.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetColumnStatisticsTaskRunResponse Modifier and Type Method Description default CompletableFuture<GetColumnStatisticsTaskRunResponse>GlueAsyncClient. getColumnStatisticsTaskRun(Consumer<GetColumnStatisticsTaskRunRequest.Builder> getColumnStatisticsTaskRunRequest)Get the associated metadata/information for a task run, given a task run ID.default CompletableFuture<GetColumnStatisticsTaskRunResponse>GlueAsyncClient. getColumnStatisticsTaskRun(GetColumnStatisticsTaskRunRequest getColumnStatisticsTaskRunRequest)Get the associated metadata/information for a task run, given a task run ID.
-