Uses of Class
software.amazon.awssdk.services.connectcases.model.LayoutContent
-
Packages that use LayoutContent Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of LayoutContent in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return LayoutContent Modifier and Type Method Description LayoutContentCreateLayoutRequest. content()Information about which fields will be present in the layout, and information about the order of the fields.LayoutContentGetLayoutResponse. content()Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.LayoutContentUpdateLayoutRequest. content()Information about which fields will be present in the layout, the order of the fields.static LayoutContentLayoutContent. fromBasic(Consumer<BasicLayout.Builder> basic)Create an instance of this class withbasic()initialized to the given value.static LayoutContentLayoutContent. fromBasic(BasicLayout basic)Create an instance of this class withbasic()initialized to the given value.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type LayoutContent Modifier and Type Method Description CreateLayoutRequest.BuilderCreateLayoutRequest.Builder. content(LayoutContent content)Information about which fields will be present in the layout, and information about the order of the fields.GetLayoutResponse.BuilderGetLayoutResponse.Builder. content(LayoutContent content)Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.UpdateLayoutRequest.BuilderUpdateLayoutRequest.Builder. content(LayoutContent content)Information about which fields will be present in the layout, the order of the fields.
-