| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
LayoutContent |
LayoutContent.clone() |
LayoutContent |
UpdateLayoutRequest.getContent()
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute
of the field.
|
LayoutContent |
CreateLayoutRequest.getContent()
Information about which fields will be present in the layout, and information about the order of the fields.
|
LayoutContent |
GetLayoutResult.getContent()
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of
the field.
|
LayoutContent |
LayoutContent.withBasic(BasicLayout basic)
Content specific to
BasicLayout type. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLayoutRequest.setContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute
of the field.
|
void |
CreateLayoutRequest.setContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
void |
GetLayoutResult.setContent(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 |
UpdateLayoutRequest.withContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and a read-only attribute
of the field.
|
CreateLayoutRequest |
CreateLayoutRequest.withContent(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
GetLayoutResult |
GetLayoutResult.withContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of
the field.
|
Copyright © 2022. All rights reserved.