| Package | Description |
|---|---|
| software.amazon.awssdk.services.rdsdata.model |
| Modifier and Type | Method and Description |
|---|---|
ArrayValue |
Field.arrayValue()
An array of values.
|
static ArrayValue |
ArrayValue.fromArrayValues(List<ArrayValue> arrayValues)
Create an instance of this class with
arrayValues() initialized to the given value. |
static ArrayValue |
ArrayValue.fromBooleanValues(List<Boolean> booleanValues)
Create an instance of this class with
booleanValues() initialized to the given value. |
static ArrayValue |
ArrayValue.fromDoubleValues(List<Double> doubleValues)
Create an instance of this class with
doubleValues() initialized to the given value. |
static ArrayValue |
ArrayValue.fromLongValues(List<Long> longValues)
Create an instance of this class with
longValues() initialized to the given value. |
static ArrayValue |
ArrayValue.fromStringValues(List<String> stringValues)
Create an instance of this class with
stringValues() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<ArrayValue> |
ArrayValue.arrayValues()
An array of arrays.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Builder |
Field.Builder.arrayValue(ArrayValue arrayValue)
An array of values.
|
ArrayValue.Builder |
ArrayValue.Builder.arrayValues(ArrayValue... arrayValues)
An array of arrays.
|
static Field |
Field.fromArrayValue(ArrayValue arrayValue)
Create an instance of this class with
Field.arrayValue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
ArrayValue.Builder |
ArrayValue.Builder.arrayValues(Collection<ArrayValue> arrayValues)
An array of arrays.
|
static ArrayValue |
ArrayValue.fromArrayValues(List<ArrayValue> arrayValues)
Create an instance of this class with
arrayValues() initialized to the given value. |
Copyright © 2023. All rights reserved.