Uses of Class
software.amazon.awssdk.services.rdsdata.model.Value
-
Packages that use Value Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of Value in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return Value Modifier and Type Method Description static ValueValue. fromArrayValues(List<Value> arrayValues)Create an instance of this class witharrayValues()initialized to the given value.static ValueValue. fromBigIntValue(Long bigIntValue)Create an instance of this class withbigIntValue()initialized to the given value.static ValueValue. fromBitValue(Boolean bitValue)Create an instance of this class withbitValue()initialized to the given value.static ValueValue. fromBlobValue(SdkBytes blobValue)Create an instance of this class withblobValue()initialized to the given value.static ValueValue. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static ValueValue. fromIntValue(Integer intValue)Create an instance of this class withintValue()initialized to the given value.static ValueValue. fromIsNull(Boolean isNull)Create an instance of this class withisNull()initialized to the given value.static ValueValue. fromRealValue(Float realValue)Create an instance of this class withrealValue()initialized to the given value.static ValueValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.static ValueValue. fromStructValue(Consumer<StructValue.Builder> structValue)Create an instance of this class withstructValue()initialized to the given value.static ValueValue. fromStructValue(StructValue structValue)Create an instance of this class withstructValue()initialized to the given value.Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type Value Modifier and Type Method 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.Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type Value Modifier and Type Method Description Value.BuilderValue.Builder. arrayValues(Value... arrayValues)An array of column values.StructValue.BuilderStructValue.Builder. attributes(Value... attributes)The attributes returned in the record.Record.BuilderRecord.Builder. values(Value... values)The values returned in the record.Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type Value Modifier and Type Method Description Value.BuilderValue.Builder. arrayValues(Collection<Value> arrayValues)An array of column values.StructValue.BuilderStructValue.Builder. attributes(Collection<Value> attributes)The attributes returned in the record.static ValueValue. fromArrayValues(List<Value> arrayValues)Create an instance of this class witharrayValues()initialized to the given value.Record.BuilderRecord.Builder. values(Collection<Value> values)The values returned in the record.
-