| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFile |
SnapshotFile.clone() |
SnapshotFile |
SnapshotFile.withFormatType(SnapshotFileFormatType formatType)
The format of the snapshot file to be generated.
|
SnapshotFile |
SnapshotFile.withFormatType(String formatType)
The format of the snapshot file to be generated.
|
SnapshotFile |
SnapshotFile.withSheetSelections(Collection<SnapshotFileSheetSelection> sheetSelections)
A list of
SnapshotFileSheetSelection objects that contain information on the dashboard sheet that is
exported. |
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 |
|---|---|
List<SnapshotFile> |
SnapshotFileGroup.getFiles()
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
List<SnapshotFile> |
SnapshotJobResultFileGroup.getFiles()
A list of
SnapshotFile objects. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileGroup |
SnapshotFileGroup.withFiles(SnapshotFile... files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
SnapshotJobResultFileGroup |
SnapshotJobResultFileGroup.withFiles(SnapshotFile... files)
A list of
SnapshotFile objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotFileGroup.setFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
void |
SnapshotJobResultFileGroup.setFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects. |
SnapshotFileGroup |
SnapshotFileGroup.withFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
SnapshotJobResultFileGroup |
SnapshotJobResultFileGroup.withFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects. |
Copyright © 2023. All rights reserved.