Uses of Class
software.amazon.awssdk.services.rdsdata.model.RdsDataResponse
-
Packages that use RdsDataResponse Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of RdsDataResponse in software.amazon.awssdk.services.rdsdata.model
Subclasses of RdsDataResponse in software.amazon.awssdk.services.rdsdata.model Modifier and Type Class Description classBatchExecuteStatementResponseThe response elements represent the output of a SQL statement over an array of data.classBeginTransactionResponseThe response elements represent the output of a request to start a SQL transaction.classCommitTransactionResponseThe response elements represent the output of a commit transaction request.classExecuteSqlResponseThe response elements represent the output of a request to run one or more SQL statements.classExecuteStatementResponseThe response elements represent the output of a request to run a SQL statement against a database.classRollbackTransactionResponseThe response elements represent the output of a request to perform a rollback of a transaction.Methods in software.amazon.awssdk.services.rdsdata.model that return RdsDataResponse Modifier and Type Method Description RdsDataResponseRdsDataResponse.Builder. build()Constructors in software.amazon.awssdk.services.rdsdata.model with parameters of type RdsDataResponse Constructor Description BuilderImpl(RdsDataResponse response)
-