Uses of Class
software.amazon.awssdk.services.connectcases.model.EmptyFieldValue
-
Packages that use EmptyFieldValue Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of EmptyFieldValue in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return EmptyFieldValue Modifier and Type Method Description EmptyFieldValueAuditEventFieldValueUnion. emptyValue()Returns the value of the EmptyValue property for this object.EmptyFieldValueFieldValueUnion. emptyValue()An empty value.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type EmptyFieldValue Modifier and Type Method Description AuditEventFieldValueUnion.BuilderAuditEventFieldValueUnion.Builder. emptyValue(EmptyFieldValue emptyValue)Sets the value of the EmptyValue property for this object.FieldValueUnion.BuilderFieldValueUnion.Builder. emptyValue(EmptyFieldValue emptyValue)An empty value.static AuditEventFieldValueUnionAuditEventFieldValueUnion. fromEmptyValue(EmptyFieldValue emptyValue)Create an instance of this class withAuditEventFieldValueUnion.emptyValue()initialized to the given value.static FieldValueUnionFieldValueUnion. fromEmptyValue(EmptyFieldValue emptyValue)Create an instance of this class withFieldValueUnion.emptyValue()initialized to the given value.
-