Uses of Interface
software.amazon.awssdk.services.connectcases.model.Section.Builder
-
Packages that use Section.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of Section.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return Section.Builder Modifier and Type Method Description static Section.BuilderSection. builder()default Section.BuilderSection.Builder. fieldGroup(Consumer<FieldGroup.Builder> fieldGroup)Consists of a group of fields and associated properties.Section.BuilderSection.Builder. fieldGroup(FieldGroup fieldGroup)Consists of a group of fields and associated properties.Section.BuilderSection. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type Section.Builder Modifier and Type Method Description static Class<? extends Section.Builder>Section. serializableBuilderClass()
-