Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
EmptyVisual |
EmptyVisual.clone() |
EmptyVisual |
Visual.getEmptyVisual()
An empty visual.
|
EmptyVisual |
EmptyVisual.withActions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual |
EmptyVisual.withActions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
|
EmptyVisual |
EmptyVisual.withDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the empty visual.
|
EmptyVisual |
EmptyVisual.withVisualId(String visualId)
The unique identifier of a visual.
|
Modifier and Type | Method and Description |
---|---|
void |
Visual.setEmptyVisual(EmptyVisual emptyVisual)
An empty visual.
|
Visual |
Visual.withEmptyVisual(EmptyVisual emptyVisual)
An empty visual.
|
Copyright © 2023. All rights reserved.