Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentAttributeBoostingLevel
-
Packages that use DocumentAttributeBoostingLevel Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttributeBoostingLevel in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentAttributeBoostingLevel Modifier and Type Method Description DocumentAttributeBoostingLevelDateAttributeBoostingConfiguration. boostingLevel()Specifies how much a document attribute is boosted.DocumentAttributeBoostingLevelNumberAttributeBoostingConfiguration. boostingLevel()Specifies the duration, in seconds, of a boost applies to aNUMBERtype document attribute.DocumentAttributeBoostingLevelStringAttributeBoostingConfiguration. boostingLevel()Specifies how much a document attribute is boosted.DocumentAttributeBoostingLevelStringListAttributeBoostingConfiguration. boostingLevel()Specifies how much a document attribute is boosted.static DocumentAttributeBoostingLevelDocumentAttributeBoostingLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentAttributeBoostingLevelDocumentAttributeBoostingLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentAttributeBoostingLevel[]DocumentAttributeBoostingLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentAttributeBoostingLevel Modifier and Type Method Description static Set<DocumentAttributeBoostingLevel>DocumentAttributeBoostingLevel. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentAttributeBoostingLevel Modifier and Type Method Description DateAttributeBoostingConfiguration.BuilderDateAttributeBoostingConfiguration.Builder. boostingLevel(DocumentAttributeBoostingLevel boostingLevel)Specifies how much a document attribute is boosted.NumberAttributeBoostingConfiguration.BuilderNumberAttributeBoostingConfiguration.Builder. boostingLevel(DocumentAttributeBoostingLevel boostingLevel)Specifies the duration, in seconds, of a boost applies to aNUMBERtype document attribute.StringAttributeBoostingConfiguration.BuilderStringAttributeBoostingConfiguration.Builder. boostingLevel(DocumentAttributeBoostingLevel boostingLevel)Specifies how much a document attribute is boosted.StringListAttributeBoostingConfiguration.BuilderStringListAttributeBoostingConfiguration.Builder. boostingLevel(DocumentAttributeBoostingLevel boostingLevel)Specifies how much a document attribute is boosted.
-