| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
Value.structValue()
A value for a column of STRUCT data type.
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.fromStructValue(StructValue structValue)
Create an instance of this class with
Value.structValue() initialized to the given value. |
Value.Builder |
Value.Builder.structValue(StructValue structValue)
A value for a column of STRUCT data type.
|
Copyright © 2022. All rights reserved.