| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
LayoutContent |
UpdateLayoutRequest.content()
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.content()
Information about which fields will be present in the layout, and information about the order of the fields.
|
LayoutContent |
GetLayoutResponse.content()
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of
the field.
|
static LayoutContent |
LayoutContent.fromBasic(BasicLayout basic)
Create an instance of this class with
basic() initialized to the given value. |
static LayoutContent |
LayoutContent.fromBasic(Consumer<BasicLayout.Builder> basic)
Create an instance of this class with
basic() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.content(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.Builder |
CreateLayoutRequest.Builder.content(LayoutContent content)
Information about which fields will be present in the layout, and information about the order of the fields.
|
GetLayoutResponse.Builder |
GetLayoutResponse.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.
|
Copyright © 2023. All rights reserved.