Uses of Class
software.amazon.awssdk.services.rdsdata.model.UpdateResult
-
Packages that use UpdateResult Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of UpdateResult in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type UpdateResult Modifier and Type Method Description List<UpdateResult>BatchExecuteStatementResponse. updateResults()The execution results of each batch entry.Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type UpdateResult Modifier and Type Method Description BatchExecuteStatementResponse.BuilderBatchExecuteStatementResponse.Builder. updateResults(UpdateResult... updateResults)The execution results of each batch entry.Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type UpdateResult Modifier and Type Method Description BatchExecuteStatementResponse.BuilderBatchExecuteStatementResponse.Builder. updateResults(Collection<UpdateResult> updateResults)The execution results of each batch entry.
-