Uses of Class
software.amazon.awssdk.services.athena.model.PreparedStatementSummary
-
Packages that use PreparedStatementSummary Package Description software.amazon.awssdk.services.athena.model -
-
Uses of PreparedStatementSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type PreparedStatementSummary Modifier and Type Method Description List<PreparedStatementSummary>ListPreparedStatementsResponse. preparedStatements()The list of prepared statements for the workgroup.Methods in software.amazon.awssdk.services.athena.model with parameters of type PreparedStatementSummary Modifier and Type Method Description ListPreparedStatementsResponse.BuilderListPreparedStatementsResponse.Builder. preparedStatements(PreparedStatementSummary... preparedStatements)The list of prepared statements for the workgroup.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type PreparedStatementSummary Modifier and Type Method Description ListPreparedStatementsResponse.BuilderListPreparedStatementsResponse.Builder. preparedStatements(Collection<PreparedStatementSummary> preparedStatements)The list of prepared statements for the workgroup.
-