| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
StructValue.Builder |
StructValue.Builder.attributes(Collection<Value> attributes)
The attributes returned in the record.
|
StructValue.Builder |
StructValue.Builder.attributes(Consumer<Value.Builder>... attributes)
The attributes returned in the record.
|
StructValue.Builder |
StructValue.Builder.attributes(Value... attributes)
The attributes returned in the record.
|
static StructValue.Builder |
StructValue.builder() |
StructValue.Builder |
StructValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StructValue.Builder> |
StructValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.fromStructValue(Consumer<StructValue.Builder> structValue)
Create an instance of this class with
Value.structValue() initialized to the given value. |
default Value.Builder |
Value.Builder.structValue(Consumer<StructValue.Builder> structValue)
A value for a column of STRUCT data type.
|
Copyright © 2023. All rights reserved.