Uses of Interface
software.amazon.awssdk.services.quicksight.model.RecentSnapshotsConfigurations.Builder
-
Packages that use RecentSnapshotsConfigurations.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RecentSnapshotsConfigurations.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RecentSnapshotsConfigurations.Builder Modifier and Type Method Description static RecentSnapshotsConfigurations.BuilderRecentSnapshotsConfigurations. builder()RecentSnapshotsConfigurations.BuilderRecentSnapshotsConfigurations.Builder. enabled(Boolean enabled)The recent snapshots configuration for an embedded QuickSight dashboard.RecentSnapshotsConfigurations.BuilderRecentSnapshotsConfigurations. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type RecentSnapshotsConfigurations.Builder Modifier and Type Method Description static Class<? extends RecentSnapshotsConfigurations.Builder>RecentSnapshotsConfigurations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type RecentSnapshotsConfigurations.Builder Modifier and Type Method Description default RegisteredUserConsoleFeatureConfigurations.BuilderRegisteredUserConsoleFeatureConfigurations.Builder. recentSnapshots(Consumer<RecentSnapshotsConfigurations.Builder> recentSnapshots)The recent snapshots configuration for an embedded QuickSight dashboard.default RegisteredUserDashboardFeatureConfigurations.BuilderRegisteredUserDashboardFeatureConfigurations.Builder. recentSnapshots(Consumer<RecentSnapshotsConfigurations.Builder> recentSnapshots)The recent snapshots configuration for an QuickSight embedded dashboard
-