Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
CustomContentVisual |
CustomContentVisual.clone() |
CustomContentVisual |
Visual.getCustomContentVisual()
A visual that contains custom content.
|
CustomContentVisual |
CustomContentVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
CustomContentVisual |
CustomContentVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
CustomContentVisual |
CustomContentVisual.withChartConfiguration(CustomContentConfiguration chartConfiguration)
The configuration of a
CustomContentVisual . |
CustomContentVisual |
CustomContentVisual.withDataSetIdentifier(String dataSetIdentifier)
The dataset that is used to create the custom content visual.
|
CustomContentVisual |
CustomContentVisual.withSubtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
|
CustomContentVisual |
CustomContentVisual.withTitle(VisualTitleLabelOptions title)
The title that is displayed on the visual.
|
CustomContentVisual |
CustomContentVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
Visual.setCustomContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
|
Visual |
Visual.withCustomContentVisual(CustomContentVisual customContentVisual)
A visual that contains custom content.
|
Copyright © 2023. All rights reserved.