Uses of Interface
software.amazon.awssdk.services.connectcases.model.LayoutContent.Builder
-
Packages that use LayoutContent.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of LayoutContent.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return LayoutContent.Builder Modifier and Type Method Description default LayoutContent.BuilderLayoutContent.Builder. basic(Consumer<BasicLayout.Builder> basic)Content specific toBasicLayouttype.LayoutContent.BuilderLayoutContent.Builder. basic(BasicLayout basic)Content specific toBasicLayouttype.static LayoutContent.BuilderLayoutContent. builder()LayoutContent.BuilderLayoutContent. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type LayoutContent.Builder Modifier and Type Method Description static Class<? extends LayoutContent.Builder>LayoutContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type LayoutContent.Builder Modifier and Type Method Description default CreateLayoutRequest.BuilderCreateLayoutRequest.Builder. content(Consumer<LayoutContent.Builder> content)Information about which fields will be present in the layout, and information about the order of the fields.default GetLayoutResponse.BuilderGetLayoutResponse.Builder. content(Consumer<LayoutContent.Builder> content)Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.default UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. content(Consumer<LayoutContent.Builder> content)Information about which fields will be present in the layout, the order of the fields.
-