Uses of Interface
software.amazon.awssdk.services.lakeformation.model.GetQueryStatisticsRequest.Builder
-
Packages that use GetQueryStatisticsRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of GetQueryStatisticsRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type GetQueryStatisticsRequest.Builder 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 GetQueryStatisticsResponseLakeFormationClient. getQueryStatistics(Consumer<GetQueryStatisticsRequest.Builder> getQueryStatisticsRequest)Retrieves statistics on the planning and execution of a query. -
Uses of GetQueryStatisticsRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return GetQueryStatisticsRequest.Builder Modifier and Type Method Description static GetQueryStatisticsRequest.BuilderGetQueryStatisticsRequest. builder()GetQueryStatisticsRequest.BuilderGetQueryStatisticsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetQueryStatisticsRequest.BuilderGetQueryStatisticsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetQueryStatisticsRequest.BuilderGetQueryStatisticsRequest.Builder. queryId(String queryId)The ID of the plan query operation.GetQueryStatisticsRequest.BuilderGetQueryStatisticsRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type GetQueryStatisticsRequest.Builder Modifier and Type Method Description static Class<? extends GetQueryStatisticsRequest.Builder>GetQueryStatisticsRequest. serializableBuilderClass()
-