Uses of Class
software.amazon.awssdk.services.quicksight.model.PersonalizationMode
-
Packages that use PersonalizationMode Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PersonalizationMode in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PersonalizationMode Modifier and Type Method Description static PersonalizationModePersonalizationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PersonalizationModeDescribeQPersonalizationConfigurationResponse. personalizationMode()A value that indicates whether personalization is enabled or not.PersonalizationModeUpdateQPersonalizationConfigurationRequest. personalizationMode()An option to allow QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.PersonalizationModeUpdateQPersonalizationConfigurationResponse. personalizationMode()The personalization mode that is used for the personalization configuration.static PersonalizationModePersonalizationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PersonalizationMode[]PersonalizationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PersonalizationMode Modifier and Type Method Description static Set<PersonalizationMode>PersonalizationMode. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PersonalizationMode Modifier and Type Method Description DescribeQPersonalizationConfigurationResponse.BuilderDescribeQPersonalizationConfigurationResponse.Builder. personalizationMode(PersonalizationMode personalizationMode)A value that indicates whether personalization is enabled or not.UpdateQPersonalizationConfigurationRequest.BuilderUpdateQPersonalizationConfigurationRequest.Builder. personalizationMode(PersonalizationMode personalizationMode)An option to allow QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.UpdateQPersonalizationConfigurationResponse.BuilderUpdateQPersonalizationConfigurationResponse.Builder. personalizationMode(PersonalizationMode personalizationMode)The personalization mode that is used for the personalization configuration.
-