Uses of Class
software.amazon.awssdk.services.athena.model.GetNamedQueryRequest
-
Packages that use GetNamedQueryRequest 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 GetNamedQueryRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type GetNamedQueryRequest Modifier and Type Method Description default CompletableFuture<GetNamedQueryResponse>AthenaAsyncClient. getNamedQuery(GetNamedQueryRequest getNamedQueryRequest)Returns information about a single query.default GetNamedQueryResponseAthenaClient. getNamedQuery(GetNamedQueryRequest getNamedQueryRequest)Returns information about a single query. -
Uses of GetNamedQueryRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type GetNamedQueryRequest Modifier and Type Method Description SdkHttpFullRequestGetNamedQueryRequestMarshaller. marshall(GetNamedQueryRequest getNamedQueryRequest)
-