| Package | Description |
|---|---|
| com.amazonaws.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
LayoutSummary |
LayoutSummary.clone() |
LayoutSummary |
LayoutSummary.withLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
|
LayoutSummary |
LayoutSummary.withLayoutId(String layoutId)
The unique identifier for of the layout.
|
LayoutSummary |
LayoutSummary.withName(String name)
The name of the layout.
|
| Modifier and Type | Method and Description |
|---|---|
List<LayoutSummary> |
ListLayoutsResult.getLayouts()
The layouts for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListLayoutsResult |
ListLayoutsResult.withLayouts(LayoutSummary... layouts)
The layouts for the domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLayoutsResult.setLayouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
|
ListLayoutsResult |
ListLayoutsResult.withLayouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
|
Copyright © 2024. All rights reserved.