Uses of Class
software.amazon.awssdk.services.athena.model.GetPreparedStatementResponse
-
Packages that use GetPreparedStatementResponse 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. -
-
Uses of GetPreparedStatementResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetPreparedStatementResponse Modifier and Type Method Description default GetPreparedStatementResponseAthenaClient. getPreparedStatement(Consumer<GetPreparedStatementRequest.Builder> getPreparedStatementRequest)Retrieves the prepared statement with the specified name from the specified workgroup.default GetPreparedStatementResponseAthenaClient. getPreparedStatement(GetPreparedStatementRequest getPreparedStatementRequest)Retrieves the prepared statement with the specified name from the specified workgroup.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetPreparedStatementResponse Modifier and Type Method Description default CompletableFuture<GetPreparedStatementResponse>AthenaAsyncClient. getPreparedStatement(Consumer<GetPreparedStatementRequest.Builder> getPreparedStatementRequest)Retrieves the prepared statement with the specified name from the specified workgroup.default CompletableFuture<GetPreparedStatementResponse>AthenaAsyncClient. getPreparedStatement(GetPreparedStatementRequest getPreparedStatementRequest)Retrieves the prepared statement with the specified name from the specified workgroup.
-