Uses of Class
software.amazon.awssdk.services.athena.model.GetQueryRuntimeStatisticsRequest
-
Packages that use GetQueryRuntimeStatisticsRequest Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.transform -
-
Uses of GetQueryRuntimeStatisticsRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type GetQueryRuntimeStatisticsRequest Modifier and Type Method Description default CompletableFuture<GetQueryRuntimeStatisticsResponse>
AthenaAsyncClient. getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest)
Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran.default GetQueryRuntimeStatisticsResponse
AthenaClient. getQueryRuntimeStatistics(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest)
Returns query execution runtime statistics related to a single execution of a query if you have access to the workgroup in which the query ran. -
Uses of GetQueryRuntimeStatisticsRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type GetQueryRuntimeStatisticsRequest Modifier and Type Method Description SdkHttpFullRequest
GetQueryRuntimeStatisticsRequestMarshaller. marshall(GetQueryRuntimeStatisticsRequest getQueryRuntimeStatisticsRequest)
-