Uses of Class
software.amazon.awssdk.services.rdsdata.model.ArrayValue
-
Packages that use ArrayValue Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of ArrayValue in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return ArrayValue Modifier and Type Method Description ArrayValueField. arrayValue()An array of values.static ArrayValueArrayValue. fromArrayValues(List<ArrayValue> arrayValues)Create an instance of this class witharrayValues()initialized to the given value.static ArrayValueArrayValue. fromBooleanValues(List<Boolean> booleanValues)Create an instance of this class withbooleanValues()initialized to the given value.static ArrayValueArrayValue. fromDoubleValues(List<Double> doubleValues)Create an instance of this class withdoubleValues()initialized to the given value.static ArrayValueArrayValue. fromLongValues(List<Long> longValues)Create an instance of this class withlongValues()initialized to the given value.static ArrayValueArrayValue. fromStringValues(List<String> stringValues)Create an instance of this class withstringValues()initialized to the given value.Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type ArrayValue Modifier and Type Method Description List<ArrayValue>ArrayValue. arrayValues()An array of arrays.Methods in software.amazon.awssdk.services.rdsdata.model with parameters of type ArrayValue Modifier and Type Method Description Field.BuilderField.Builder. arrayValue(ArrayValue arrayValue)An array of values.ArrayValue.BuilderArrayValue.Builder. arrayValues(ArrayValue... arrayValues)An array of arrays.static FieldField. fromArrayValue(ArrayValue arrayValue)Create an instance of this class withField.arrayValue()initialized to the given value.Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type ArrayValue Modifier and Type Method Description ArrayValue.BuilderArrayValue.Builder. arrayValues(Collection<ArrayValue> arrayValues)An array of arrays.static ArrayValueArrayValue. fromArrayValues(List<ArrayValue> arrayValues)Create an instance of this class witharrayValues()initialized to the given value.
-