Uses of Class
software.amazon.awssdk.services.quicksight.model.ConstantType
-
Packages that use ConstantType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ConstantType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ConstantType Modifier and Type Method Description ConstantTypeCollectiveConstantEntry. constantType()TheConstantTypeof aCollectiveConstantEntry.ConstantTypeTopicCategoryFilterConstant. constantType()The type of category filter constant.ConstantTypeTopicConstantValue. constantType()The constant type of aTopicConstantValue.ConstantTypeTopicRangeFilterConstant. constantType()The data type of the constant value that is used in a range filter.ConstantTypeTopicSingularFilterConstant. constantType()The type of the singular filter constant.static ConstantTypeConstantType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConstantTypeConstantType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstantType[]ConstantType. 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 ConstantType Modifier and Type Method Description static Set<ConstantType>ConstantType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ConstantType Modifier and Type Method Description CollectiveConstantEntry.BuilderCollectiveConstantEntry.Builder. constantType(ConstantType constantType)TheConstantTypeof aCollectiveConstantEntry.TopicCategoryFilterConstant.BuilderTopicCategoryFilterConstant.Builder. constantType(ConstantType constantType)The type of category filter constant.TopicConstantValue.BuilderTopicConstantValue.Builder. constantType(ConstantType constantType)The constant type of aTopicConstantValue.TopicRangeFilterConstant.BuilderTopicRangeFilterConstant.Builder. constantType(ConstantType constantType)The data type of the constant value that is used in a range filter.TopicSingularFilterConstant.BuilderTopicSingularFilterConstant.Builder. constantType(ConstantType constantType)The type of the singular filter constant.
-