Uses of Class
software.amazon.awssdk.services.glue.model.GetColumnStatisticsTaskRunsResponse
-
Packages that use GetColumnStatisticsTaskRunsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetColumnStatisticsTaskRunsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetColumnStatisticsTaskRunsResponse Modifier and Type Method Description default GetColumnStatisticsTaskRunsResponseGlueClient. getColumnStatisticsTaskRuns(Consumer<GetColumnStatisticsTaskRunsRequest.Builder> getColumnStatisticsTaskRunsRequest)Retrieves information about all runs associated with the specified table.default GetColumnStatisticsTaskRunsResponseGlueClient. getColumnStatisticsTaskRuns(GetColumnStatisticsTaskRunsRequest getColumnStatisticsTaskRunsRequest)Retrieves information about all runs associated with the specified table.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetColumnStatisticsTaskRunsResponse Modifier and Type Method Description default CompletableFuture<GetColumnStatisticsTaskRunsResponse>GlueAsyncClient. getColumnStatisticsTaskRuns(Consumer<GetColumnStatisticsTaskRunsRequest.Builder> getColumnStatisticsTaskRunsRequest)Retrieves information about all runs associated with the specified table.default CompletableFuture<GetColumnStatisticsTaskRunsResponse>GlueAsyncClient. getColumnStatisticsTaskRuns(GetColumnStatisticsTaskRunsRequest getColumnStatisticsTaskRunsRequest)Retrieves information about all runs associated with the specified table. -
Uses of GetColumnStatisticsTaskRunsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetColumnStatisticsTaskRunsResponse Modifier and Type Method Description Iterator<GetColumnStatisticsTaskRunsResponse>GetColumnStatisticsTaskRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetColumnStatisticsTaskRunsResponse Modifier and Type Method Description voidGetColumnStatisticsTaskRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetColumnStatisticsTaskRunsResponse> subscriber)
-