| Package | Description |
|---|---|
| com.amazonaws.services.connectparticipant.model |
| Modifier and Type | Method and Description |
|---|---|
ViewContent |
ViewContent.clone() |
ViewContent |
View.getContent()
View content containing all content necessary to render a view except for runtime input data.
|
ViewContent |
ViewContent.withActions(Collection<String> actions)
A list of actions possible from the view
|
ViewContent |
ViewContent.withActions(String... actions)
A list of actions possible from the view
|
ViewContent |
ViewContent.withInputSchema(String inputSchema)
The schema representing the input data that the view template must be supplied to render.
|
ViewContent |
ViewContent.withTemplate(String template)
The view template representing the structure of the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
View.setContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
|
View |
View.withContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
|
Copyright © 2023. All rights reserved.