| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
LayoutContent.Builder |
LayoutContent.Builder.basic(BasicLayout basic)
Content specific to
BasicLayout type. |
default LayoutContent.Builder |
LayoutContent.Builder.basic(Consumer<BasicLayout.Builder> basic)
Content specific to
BasicLayout type. |
static LayoutContent.Builder |
LayoutContent.builder() |
LayoutContent.Builder |
LayoutContent.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LayoutContent.Builder> |
LayoutContent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateLayoutRequest.Builder |
UpdateLayoutRequest.Builder.content(Consumer<LayoutContent.Builder> content)
Information about which fields will be present in the layout, the order of the fields, and a read-only
attribute of the field.
|
default CreateLayoutRequest.Builder |
CreateLayoutRequest.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.Builder |
GetLayoutResponse.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.
|
Copyright © 2023. All rights reserved.