Uses of Class
software.amazon.awssdk.services.athena.model.BatchGetPreparedStatementResponse
-
Packages that use BatchGetPreparedStatementResponse 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 BatchGetPreparedStatementResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return BatchGetPreparedStatementResponse Modifier and Type Method Description default BatchGetPreparedStatementResponseAthenaClient. batchGetPreparedStatement(Consumer<BatchGetPreparedStatementRequest.Builder> batchGetPreparedStatementRequest)Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide.default BatchGetPreparedStatementResponseAthenaClient. batchGetPreparedStatement(BatchGetPreparedStatementRequest batchGetPreparedStatementRequest)Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide.Methods in software.amazon.awssdk.services.athena that return types with arguments of type BatchGetPreparedStatementResponse Modifier and Type Method Description default CompletableFuture<BatchGetPreparedStatementResponse>AthenaAsyncClient. batchGetPreparedStatement(Consumer<BatchGetPreparedStatementRequest.Builder> batchGetPreparedStatementRequest)Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide.default CompletableFuture<BatchGetPreparedStatementResponse>AthenaAsyncClient. batchGetPreparedStatement(BatchGetPreparedStatementRequest batchGetPreparedStatementRequest)Returns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide.
-