Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotJobResultFileGroup
-
Packages that use SnapshotJobResultFileGroup Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotJobResultFileGroup in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotJobResultFileGroup Modifier and Type Method Description List<SnapshotJobResultFileGroup>AnonymousUserSnapshotJobResult. fileGroups()A list ofSnapshotJobResultFileGroupobjects that contain information on the files that are requested during aStartDashboardSnapshotJobAPI call.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotJobResultFileGroup Modifier and Type Method Description AnonymousUserSnapshotJobResult.BuilderAnonymousUserSnapshotJobResult.Builder. fileGroups(SnapshotJobResultFileGroup... fileGroups)A list ofSnapshotJobResultFileGroupobjects that contain information on the files that are requested during aStartDashboardSnapshotJobAPI call.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotJobResultFileGroup Modifier and Type Method Description AnonymousUserSnapshotJobResult.BuilderAnonymousUserSnapshotJobResult.Builder. fileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)A list ofSnapshotJobResultFileGroupobjects that contain information on the files that are requested during aStartDashboardSnapshotJobAPI call.
-