| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ConstantType |
TopicSingularFilterConstant.constantType()
The type of the singular filter constant.
|
ConstantType |
TopicRangeFilterConstant.constantType()
The data type of the constant value that is used in a range filter.
|
ConstantType |
TopicCategoryFilterConstant.constantType()
The type of category filter constant.
|
static ConstantType |
ConstantType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConstantType |
ConstantType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConstantType> |
ConstantType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TopicSingularFilterConstant.Builder |
TopicSingularFilterConstant.Builder.constantType(ConstantType constantType)
The type of the singular filter constant.
|
TopicRangeFilterConstant.Builder |
TopicRangeFilterConstant.Builder.constantType(ConstantType constantType)
The data type of the constant value that is used in a range filter.
|
TopicCategoryFilterConstant.Builder |
TopicCategoryFilterConstant.Builder.constantType(ConstantType constantType)
The type of category filter constant.
|
Copyright © 2023. All rights reserved.