| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
SemanticType |
SemanticType.addTypeParametersEntry(String key,
String value)
Add a single TypeParameters entry
|
SemanticType |
SemanticType.clearTypeParametersEntries()
Removes all the entries added into TypeParameters.
|
SemanticType |
SemanticType.clone() |
SemanticType |
TopicCalculatedField.getSemanticType()
The semantic type.
|
SemanticType |
TopicColumn.getSemanticType()
The semantic type of data contained in the column.
|
SemanticType |
SemanticType.withFalseyCellValue(String falseyCellValue)
The semantic type falsey cell value.
|
SemanticType |
SemanticType.withFalseyCellValueSynonyms(Collection<String> falseyCellValueSynonyms)
The other names or aliases for the false cell value.
|
SemanticType |
SemanticType.withFalseyCellValueSynonyms(String... falseyCellValueSynonyms)
The other names or aliases for the false cell value.
|
SemanticType |
SemanticType.withSubTypeName(String subTypeName)
The semantic type sub type name.
|
SemanticType |
SemanticType.withTruthyCellValue(String truthyCellValue)
The semantic type truthy cell value.
|
SemanticType |
SemanticType.withTruthyCellValueSynonyms(Collection<String> truthyCellValueSynonyms)
The other names or aliases for the true cell value.
|
SemanticType |
SemanticType.withTruthyCellValueSynonyms(String... truthyCellValueSynonyms)
The other names or aliases for the true cell value.
|
SemanticType |
SemanticType.withTypeName(String typeName)
The semantic type name.
|
SemanticType |
SemanticType.withTypeParameters(Map<String,String> typeParameters)
The semantic type parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopicCalculatedField.setSemanticType(SemanticType semanticType)
The semantic type.
|
void |
TopicColumn.setSemanticType(SemanticType semanticType)
The semantic type of data contained in the column.
|
TopicCalculatedField |
TopicCalculatedField.withSemanticType(SemanticType semanticType)
The semantic type.
|
TopicColumn |
TopicColumn.withSemanticType(SemanticType semanticType)
The semantic type of data contained in the column.
|
Copyright © 2024. All rights reserved.