Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotFile
-
Packages that use SnapshotFile Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotFile in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotFile Modifier and Type Method Description List<SnapshotFile>SnapshotFileGroup. files()A list ofSnapshotFileobjects that contain the information on the snapshot files that need to be generated.List<SnapshotFile>SnapshotJobResultFileGroup. files()A list ofSnapshotFileobjects.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotFile Modifier and Type Method Description SnapshotFileGroup.BuilderSnapshotFileGroup.Builder. files(SnapshotFile... files)A list ofSnapshotFileobjects that contain the information on the snapshot files that need to be generated.SnapshotJobResultFileGroup.BuilderSnapshotJobResultFileGroup.Builder. files(SnapshotFile... files)A list ofSnapshotFileobjects.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotFile Modifier and Type Method Description SnapshotFileGroup.BuilderSnapshotFileGroup.Builder. files(Collection<SnapshotFile> files)A list ofSnapshotFileobjects that contain the information on the snapshot files that need to be generated.SnapshotJobResultFileGroup.BuilderSnapshotJobResultFileGroup.Builder. files(Collection<SnapshotFile> files)A list ofSnapshotFileobjects.
-