Uses of Class
software.amazon.awssdk.services.connectcases.model.FieldGroup
-
Packages that use FieldGroup Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of FieldGroup in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return FieldGroup Modifier and Type Method Description FieldGroupSection. fieldGroup()Consists of a group of fields and associated properties.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type FieldGroup Modifier and Type Method Description Section.BuilderSection.Builder. fieldGroup(FieldGroup fieldGroup)Consists of a group of fields and associated properties.static SectionSection. fromFieldGroup(FieldGroup fieldGroup)Create an instance of this class withSection.fieldGroup()initialized to the given value.
-