| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileSheetSelection |
SnapshotFileSheetSelection.clone() |
SnapshotFileSheetSelection |
SnapshotFileSheetSelection.withSelectionScope(SnapshotFileSheetSelectionScope selectionScope)
The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of.
|
SnapshotFileSheetSelection |
SnapshotFileSheetSelection.withSelectionScope(String selectionScope)
The selection scope of the visuals on a sheet of a dashboard that you are generating a snapthot of.
|
SnapshotFileSheetSelection |
SnapshotFileSheetSelection.withSheetId(String sheetId)
The sheet ID of the dashboard to generate the snapshot artifact from.
|
SnapshotFileSheetSelection |
SnapshotFileSheetSelection.withVisualIds(Collection<String> visualIds)
A structure that lists the IDs of the visuals in the selected sheet.
|
SnapshotFileSheetSelection |
SnapshotFileSheetSelection.withVisualIds(String... visualIds)
A structure that lists the IDs of the visuals in the selected sheet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotFileSheetSelection> |
SnapshotFile.getSheetSelections()
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet that is
exported. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFile |
SnapshotFile.withSheetSelections(SnapshotFileSheetSelection... sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet that is
exported. |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotFile.setSheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet that is
exported. |
SnapshotFile |
SnapshotFile.withSheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet that is
exported. |
Copyright © 2023. All rights reserved.