Uses of Class
software.amazon.awssdk.services.connectcases.model.Section
-
Packages that use Section Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of Section in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return Section Modifier and Type Method Description static SectionSection. fromFieldGroup(Consumer<FieldGroup.Builder> fieldGroup)Create an instance of this class withfieldGroup()initialized to the given value.static SectionSection. fromFieldGroup(FieldGroup fieldGroup)Create an instance of this class withfieldGroup()initialized to the given value.Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type Section Modifier and Type Method Description List<Section>LayoutSections. sections()Returns the value of the Sections property for this object.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type Section Modifier and Type Method Description LayoutSections.BuilderLayoutSections.Builder. sections(Section... sections)Sets the value of the Sections property for this object.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type Section Modifier and Type Method Description LayoutSections.BuilderLayoutSections.Builder. sections(Collection<Section> sections)Sets the value of the Sections property for this object.
-