Uses of Interface
software.amazon.awssdk.services.rdsdata.model.StructValue.Builder
-
Packages that use StructValue.Builder Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of StructValue.Builder in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return StructValue.Builder Modifier and Type Method Description StructValue.BuilderStructValue.Builder. attributes(Collection<Value> attributes)The attributes returned in the record.StructValue.BuilderStructValue.Builder. attributes(Consumer<Value.Builder>... attributes)The attributes returned in the record.StructValue.BuilderStructValue.Builder. attributes(Value... attributes)The attributes returned in the record.static StructValue.BuilderStructValue. builder()StructValue.BuilderStructValue. toBuilder()Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type StructValue.Builder Modifier and Type Method Description static Class<? extends StructValue.Builder>StructValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type StructValue.Builder Modifier and Type Method Description static ValueValue. fromStructValue(Consumer<StructValue.Builder> structValue)Create an instance of this class withValue.structValue()initialized to the given value.default Value.BuilderValue.Builder. structValue(Consumer<StructValue.Builder> structValue)A value for a column of STRUCT data type.
-