Uses of Class
software.amazon.awssdk.services.athena.model.DeletePreparedStatementResponse
-
Packages that use DeletePreparedStatementResponse 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 DeletePreparedStatementResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return DeletePreparedStatementResponse Modifier and Type Method Description default DeletePreparedStatementResponseAthenaClient. deletePreparedStatement(Consumer<DeletePreparedStatementRequest.Builder> deletePreparedStatementRequest)Deletes the prepared statement with the specified name from the specified workgroup.default DeletePreparedStatementResponseAthenaClient. deletePreparedStatement(DeletePreparedStatementRequest deletePreparedStatementRequest)Deletes 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 DeletePreparedStatementResponse Modifier and Type Method Description default CompletableFuture<DeletePreparedStatementResponse>AthenaAsyncClient. deletePreparedStatement(Consumer<DeletePreparedStatementRequest.Builder> deletePreparedStatementRequest)Deletes the prepared statement with the specified name from the specified workgroup.default CompletableFuture<DeletePreparedStatementResponse>AthenaAsyncClient. deletePreparedStatement(DeletePreparedStatementRequest deletePreparedStatementRequest)Deletes the prepared statement with the specified name from the specified workgroup.
-