Uses of Class
software.amazon.awssdk.services.connectcases.model.FieldValueUnion
-
Packages that use FieldValueUnion Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FieldValueUnion in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FieldValueUnion Modifier and Type Method Description static FieldValueUnionFieldValueUnion. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static FieldValueUnionFieldValueUnion. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static FieldValueUnionFieldValueUnion. fromEmptyValue(Consumer<EmptyFieldValue.Builder> emptyValue)Create an instance of this class withemptyValue()initialized to the given value.static FieldValueUnionFieldValueUnion. fromEmptyValue(EmptyFieldValue emptyValue)Create an instance of this class withemptyValue()initialized to the given value.static FieldValueUnionFieldValueUnion. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.static FieldValueUnionFieldValueUnion. fromUserArnValue(String userArnValue)Create an instance of this class withuserArnValue()initialized to the given value.FieldValueUnionFieldValue. value()Union of potential field value types.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type FieldValueUnion Modifier and Type Method Description FieldValue.BuilderFieldValue.Builder. value(FieldValueUnion value)Union of potential field value types.
-