Uses of Class
software.amazon.awssdk.services.connect.model.FieldValue
-
Packages that use FieldValue Package Description software.amazon.awssdk.services.connect.model -
-
Uses of FieldValue in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type FieldValue Modifier and Type Method Description List<FieldValue>CreateCaseActionDefinition. fields()An array of objects withField IDandValuedata.List<FieldValue>UpdateCaseActionDefinition. fields()An array of objects withField IDand Value data.Methods in software.amazon.awssdk.services.connect.model with parameters of type FieldValue Modifier and Type Method Description CreateCaseActionDefinition.BuilderCreateCaseActionDefinition.Builder. fields(FieldValue... fields)An array of objects withField IDandValuedata.UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition.Builder. fields(FieldValue... fields)An array of objects withField IDand Value data.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type FieldValue Modifier and Type Method Description CreateCaseActionDefinition.BuilderCreateCaseActionDefinition.Builder. fields(Collection<FieldValue> fields)An array of objects withField IDandValuedata.UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition.Builder. fields(Collection<FieldValue> fields)An array of objects withField IDand Value data.
-