Uses of Class
software.amazon.awssdk.services.lakeformation.model.GetQueryStatisticsRequest
-
Packages that use GetQueryStatisticsRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of GetQueryStatisticsRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type GetQueryStatisticsRequest Modifier and Type Method Description default CompletableFuture<GetQueryStatisticsResponse>LakeFormationAsyncClient. getQueryStatistics(GetQueryStatisticsRequest 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. -
Uses of GetQueryStatisticsRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type GetQueryStatisticsRequest Modifier and Type Method Description SdkHttpFullRequestGetQueryStatisticsRequestMarshaller. marshall(GetQueryStatisticsRequest getQueryStatisticsRequest)
-