Uses of Class
software.amazon.awssdk.services.athena.model.PreparedStatement
-
Packages that use PreparedStatement Package Description software.amazon.awssdk.services.athena.model -
-
Uses of PreparedStatement in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return PreparedStatement Modifier and Type Method Description PreparedStatementGetPreparedStatementResponse. preparedStatement()The name of the prepared statement that was retrieved.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type PreparedStatement Modifier and Type Method Description List<PreparedStatement>BatchGetPreparedStatementResponse. preparedStatements()The list of prepared statements returned.Methods in software.amazon.awssdk.services.athena.model with parameters of type PreparedStatement Modifier and Type Method Description GetPreparedStatementResponse.BuilderGetPreparedStatementResponse.Builder. preparedStatement(PreparedStatement preparedStatement)The name of the prepared statement that was retrieved.BatchGetPreparedStatementResponse.BuilderBatchGetPreparedStatementResponse.Builder. preparedStatements(PreparedStatement... preparedStatements)The list of prepared statements returned.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type PreparedStatement Modifier and Type Method Description BatchGetPreparedStatementResponse.BuilderBatchGetPreparedStatementResponse.Builder. preparedStatements(Collection<PreparedStatement> preparedStatements)The list of prepared statements returned.
-