Uses of Interface
software.amazon.awssdk.services.rdsdata.model.ArrayValue.Builder
-
Packages that use ArrayValue.Builder Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of ArrayValue.Builder in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return ArrayValue.Builder Modifier and Type Method Description ArrayValue.BuilderArrayValue.Builder. arrayValues(Collection<ArrayValue> arrayValues)An array of arrays.ArrayValue.BuilderArrayValue.Builder. arrayValues(Consumer<ArrayValue.Builder>... arrayValues)An array of arrays.ArrayValue.BuilderArrayValue.Builder. arrayValues(ArrayValue... arrayValues)An array of arrays.ArrayValue.BuilderArrayValue.Builder. booleanValues(Boolean... booleanValues)An array of Boolean values.ArrayValue.BuilderArrayValue.Builder. booleanValues(Collection<Boolean> booleanValues)An array of Boolean values.static ArrayValue.BuilderArrayValue. builder()ArrayValue.BuilderArrayValue.Builder. doubleValues(Double... doubleValues)An array of floating-point numbers.ArrayValue.BuilderArrayValue.Builder. doubleValues(Collection<Double> doubleValues)An array of floating-point numbers.ArrayValue.BuilderArrayValue.Builder. longValues(Long... longValues)An array of integers.ArrayValue.BuilderArrayValue.Builder. longValues(Collection<Long> longValues)An array of integers.ArrayValue.BuilderArrayValue.Builder. stringValues(String... stringValues)An array of strings.ArrayValue.BuilderArrayValue.Builder. stringValues(Collection<String> stringValues)An array of strings.ArrayValue.BuilderArrayValue. toBuilder()Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type ArrayValue.Builder Modifier and Type Method Description static Class<? extends ArrayValue.Builder>ArrayValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rdsdata.model with type arguments of type ArrayValue.Builder Modifier and Type Method Description default Field.BuilderField.Builder. arrayValue(Consumer<ArrayValue.Builder> arrayValue)An array of values.static FieldField. fromArrayValue(Consumer<ArrayValue.Builder> arrayValue)Create an instance of this class withField.arrayValue()initialized to the given value.
-