| Package | Description |
|---|---|
| com.amazonaws.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
Record |
Record.clone() |
Record |
Record.withValues(Collection<Value> values)
The values returned in the record.
|
Record |
Record.withValues(Value... values)
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
ResultFrame.getRecords()
The records in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
ResultFrame |
ResultFrame.withRecords(Record... records)
The records in the result set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultFrame.setRecords(Collection<Record> records)
The records in the result set.
|
ResultFrame |
ResultFrame.withRecords(Collection<Record> records)
The records in the result set.
|
Copyright © 2021. All rights reserved.