Uses of Class
software.amazon.awssdk.services.quicksight.model.SharedViewConfigurations
-
Packages that use SharedViewConfigurations Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SharedViewConfigurations in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SharedViewConfigurations Modifier and Type Method Description SharedViewConfigurationsAnonymousUserDashboardFeatureConfigurations. sharedView()The shared view settings of an embedded dashboard.SharedViewConfigurationsRegisteredUserConsoleFeatureConfigurations. sharedView()The shared view settings of an embedded dashboard.SharedViewConfigurationsRegisteredUserDashboardFeatureConfigurations. sharedView()The shared view settings of an embedded dashboard.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SharedViewConfigurations Modifier and Type Method Description AnonymousUserDashboardFeatureConfigurations.BuilderAnonymousUserDashboardFeatureConfigurations.Builder. sharedView(SharedViewConfigurations sharedView)The shared view settings of an embedded dashboard.RegisteredUserConsoleFeatureConfigurations.BuilderRegisteredUserConsoleFeatureConfigurations.Builder. sharedView(SharedViewConfigurations sharedView)The shared view settings of an embedded dashboard.RegisteredUserDashboardFeatureConfigurations.BuilderRegisteredUserDashboardFeatureConfigurations.Builder. sharedView(SharedViewConfigurations sharedView)The shared view settings of an embedded dashboard.
-