| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldValueUnion |
FieldValueUnion.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static FieldValueUnion |
FieldValueUnion.fromDoubleValue(Double doubleValue)
Create an instance of this class with
doubleValue() initialized to the given value. |
static FieldValueUnion |
FieldValueUnion.fromEmptyValue(Consumer<EmptyFieldValue.Builder> emptyValue)
Create an instance of this class with
emptyValue() initialized to the given value. |
static FieldValueUnion |
FieldValueUnion.fromEmptyValue(EmptyFieldValue emptyValue)
Create an instance of this class with
emptyValue() initialized to the given value. |
static FieldValueUnion |
FieldValueUnion.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
FieldValueUnion |
FieldValue.value()
Union of potential field value types.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValue.Builder |
FieldValue.Builder.value(FieldValueUnion value)
Union of potential field value types.
|
Copyright © 2023. All rights reserved.