Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotFileSheetSelection
-
Packages that use SnapshotFileSheetSelection Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotFileSheetSelection in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotFileSheetSelection Modifier and Type Method Description List<SnapshotFileSheetSelection>SnapshotFile. sheetSelections()A list ofSnapshotFileSheetSelectionobjects that contain information on the dashboard sheet that is exported.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotFileSheetSelection Modifier and Type Method Description SnapshotFile.BuilderSnapshotFile.Builder. sheetSelections(SnapshotFileSheetSelection... sheetSelections)A list ofSnapshotFileSheetSelectionobjects that contain information on the dashboard sheet that is exported.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotFileSheetSelection Modifier and Type Method Description SnapshotFile.BuilderSnapshotFile.Builder. sheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)A list ofSnapshotFileSheetSelectionobjects that contain information on the dashboard sheet that is exported.
-