| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotFile> |
SnapshotFileGroup.files()
A list of
SnapshotFile objects that contain the information on the snapshot files that need to be
generated. |
List<SnapshotFile> |
SnapshotJobResultFileGroup.files()
A list of
SnapshotFile objects. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileGroup.Builder |
SnapshotFileGroup.Builder.files(SnapshotFile... files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to
be generated. |
SnapshotJobResultFileGroup.Builder |
SnapshotJobResultFileGroup.Builder.files(SnapshotFile... files)
A list of
SnapshotFile objects. |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileGroup.Builder |
SnapshotFileGroup.Builder.files(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to
be generated. |
SnapshotJobResultFileGroup.Builder |
SnapshotJobResultFileGroup.Builder.files(Collection<SnapshotFile> files)
A list of
SnapshotFile objects. |
Copyright © 2023. All rights reserved.