Uses of Class
software.amazon.awssdk.services.athena.model.GetPreparedStatementRequest
-
Packages that use GetPreparedStatementRequest 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 GetPreparedStatementRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type GetPreparedStatementRequest Modifier and Type Method Description default CompletableFuture<GetPreparedStatementResponse>AthenaAsyncClient. getPreparedStatement(GetPreparedStatementRequest 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. -
Uses of GetPreparedStatementRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type GetPreparedStatementRequest Modifier and Type Method Description SdkHttpFullRequestGetPreparedStatementRequestMarshaller. marshall(GetPreparedStatementRequest getPreparedStatementRequest)
-