Uses of Class
software.amazon.awssdk.services.connectcases.model.FieldItem
-
Packages that use FieldItem Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FieldItem in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type FieldItem Modifier and Type Method Description List<FieldItem>FieldGroup. fields()Represents an ordered list containing field related information.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type FieldItem Modifier and Type Method Description FieldGroup.BuilderFieldGroup.Builder. fields(FieldItem... fields)Represents an ordered list containing field related information.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type FieldItem Modifier and Type Method Description FieldGroup.BuilderFieldGroup.Builder. fields(Collection<FieldItem> fields)Represents an ordered list containing field related information.
-