| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Value.arrayValues()
An array of column values.
|
List<Value> |
StructValue.attributes()
The attributes returned in the record.
|
List<Value> |
Record.values()
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.arrayValues(Value... arrayValues)
An array of column values.
|
StructValue.Builder |
StructValue.Builder.attributes(Value... attributes)
The attributes returned in the record.
|
Record.Builder |
Record.Builder.values(Value... values)
The values returned in the record.
|
| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
Value.Builder.arrayValues(Collection<Value> arrayValues)
An array of column values.
|
StructValue.Builder |
StructValue.Builder.attributes(Collection<Value> attributes)
The attributes returned in the record.
|
Record.Builder |
Record.Builder.values(Collection<Value> values)
The values returned in the record.
|
Copyright © 2021. All rights reserved.