Uses of Class
software.amazon.awssdk.services.athena.model.DeletePreparedStatementRequest
-
Packages that use DeletePreparedStatementRequest 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 DeletePreparedStatementRequest in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena with parameters of type DeletePreparedStatementRequest Modifier and Type Method Description default CompletableFuture<DeletePreparedStatementResponse>AthenaAsyncClient. deletePreparedStatement(DeletePreparedStatementRequest 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. -
Uses of DeletePreparedStatementRequest in software.amazon.awssdk.services.athena.transform
Methods in software.amazon.awssdk.services.athena.transform with parameters of type DeletePreparedStatementRequest Modifier and Type Method Description SdkHttpFullRequestDeletePreparedStatementRequestMarshaller. marshall(DeletePreparedStatementRequest deletePreparedStatementRequest)
-