| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
VisualCustomActionOperation |
VisualCustomActionOperation.clone() |
VisualCustomActionOperation |
VisualCustomActionOperation.withFilterOperation(CustomActionFilterOperation filterOperation)
The filter operation that filters data included in a visual or in an entire sheet.
|
VisualCustomActionOperation |
VisualCustomActionOperation.withNavigationOperation(CustomActionNavigationOperation navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
|
VisualCustomActionOperation |
VisualCustomActionOperation.withSetParametersOperation(CustomActionSetParametersOperation setParametersOperation)
The set parameter operation that sets parameters in custom action.
|
VisualCustomActionOperation |
VisualCustomActionOperation.withURLOperation(CustomActionURLOperation uRLOperation)
The URL operation that opens a link to another webpage.
|
| Modifier and Type | Method and Description |
|---|---|
List<VisualCustomActionOperation> |
VisualCustomAction.getActionOperations()
A list of
VisualCustomActionOperations. |
| Modifier and Type | Method and Description |
|---|---|
VisualCustomAction |
VisualCustomAction.withActionOperations(VisualCustomActionOperation... actionOperations)
A list of
VisualCustomActionOperations. |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualCustomAction.setActionOperations(Collection<VisualCustomActionOperation> actionOperations)
A list of
VisualCustomActionOperations. |
VisualCustomAction |
VisualCustomAction.withActionOperations(Collection<VisualCustomActionOperation> actionOperations)
A list of
VisualCustomActionOperations. |
Copyright © 2023. All rights reserved.