Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotFileGroup
-
Packages that use SnapshotFileGroup Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotFileGroup in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotFileGroup Modifier and Type Method Description List<SnapshotFileGroup>SnapshotConfiguration. fileGroups()A list ofSnapshotJobResultFileGroupobjects that contain information about the snapshot that is generated.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotFileGroup Modifier and Type Method Description SnapshotConfiguration.BuilderSnapshotConfiguration.Builder. fileGroups(SnapshotFileGroup... fileGroups)A list ofSnapshotJobResultFileGroupobjects that contain information about the snapshot that is generated.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotFileGroup Modifier and Type Method Description SnapshotConfiguration.BuilderSnapshotConfiguration.Builder. fileGroups(Collection<SnapshotFileGroup> fileGroups)A list ofSnapshotJobResultFileGroupobjects that contain information about the snapshot that is generated.
-