Uses of Class
software.amazon.awssdk.services.rdsdata.model.Record
-
Packages that use Record Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of Record in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type Record Modifier and Type Method Description List<Record>ResultFrame. records()The records in the result set.Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type Record Modifier and Type Method Description ResultFrame.BuilderResultFrame.Builder. records(Record... records)The records in the result set.Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type Record Modifier and Type Method Description ResultFrame.BuilderResultFrame.Builder. records(Collection<Record> records)The records in the result set.
-