Uses of Class
software.amazon.awssdk.services.quicksight.model.SemanticType
-
Packages that use SemanticType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SemanticType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SemanticType Modifier and Type Method Description SemanticTypeTopicCalculatedField. semanticType()The semantic type.SemanticTypeTopicColumn. semanticType()The semantic type of data contained in the column.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SemanticType Modifier and Type Method Description TopicCalculatedField.BuilderTopicCalculatedField.Builder. semanticType(SemanticType semanticType)The semantic type.TopicColumn.BuilderTopicColumn.Builder. semanticType(SemanticType semanticType)The semantic type of data contained in the column.
-