| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ViewInputContent |
ViewInputContent.clone() |
ViewInputContent |
UpdateViewContentRequest.getContent()
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
ViewInputContent |
CreateViewRequest.getContent()
View content containing all content necessary to render a view except for runtime input data.
|
ViewInputContent |
ViewInputContent.withActions(Collection<String> actions)
A list of possible actions from the view.
|
ViewInputContent |
ViewInputContent.withActions(String... actions)
A list of possible actions from the view.
|
ViewInputContent |
ViewInputContent.withTemplate(String template)
The view template representing the structure of the view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateViewContentRequest.setContent(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
void |
CreateViewRequest.setContent(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data.
|
UpdateViewContentRequest |
UpdateViewContentRequest.withContent(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data and the runtime
input schema, which is auto-generated by this operation.
|
CreateViewRequest |
CreateViewRequest.withContent(ViewInputContent content)
View content containing all content necessary to render a view except for runtime input data.
|
Copyright © 2024. All rights reserved.