| 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 |
|---|---|
default Value.Builder |
Value.Builder.structValue(Consumer<StructValue.Builder> structValue)
A value for a column of STRUCT data type.
|
Copyright © 2021. All rights reserved.