| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileGroup |
SnapshotFileGroup.clone() |
SnapshotFileGroup |
SnapshotFileGroup.withFiles(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
SnapshotFileGroup |
SnapshotFileGroup.withFiles(SnapshotFile... files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotFileGroup> |
SnapshotConfiguration.getFileGroups()
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotConfiguration |
SnapshotConfiguration.withFileGroups(SnapshotFileGroup... fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotConfiguration.setFileGroups(Collection<SnapshotFileGroup> fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
SnapshotConfiguration |
SnapshotConfiguration.withFileGroups(Collection<SnapshotFileGroup> fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information about the snapshot that is
generated. |
Copyright © 2024. All rights reserved.