Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetQueryStatisticsResponse
-
Packages that use GetQueryStatisticsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of GetQueryStatisticsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return GetQueryStatisticsResponse Modifier and Type Method Description default GetQueryStatisticsResponseLakeFormationClient. getQueryStatistics(Consumer<GetQueryStatisticsRequest.Builder> getQueryStatisticsRequest)Retrieves statistics on the planning and execution of a query.default GetQueryStatisticsResponseLakeFormationClient. getQueryStatistics(GetQueryStatisticsRequest getQueryStatisticsRequest)Retrieves statistics on the planning and execution of a query.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type GetQueryStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetQueryStatisticsResponse>LakeFormationAsyncClient. getQueryStatistics(Consumer<GetQueryStatisticsRequest.Builder> getQueryStatisticsRequest)Retrieves statistics on the planning and execution of a query.default CompletableFuture<GetQueryStatisticsResponse>LakeFormationAsyncClient. getQueryStatistics(GetQueryStatisticsRequest getQueryStatisticsRequest)Retrieves statistics on the planning and execution of a query.
-