Uses of Class
software.amazon.awssdk.services.qbusiness.model.NumberAttributeBoostingType
-
Packages that use NumberAttributeBoostingType Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of NumberAttributeBoostingType in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return NumberAttributeBoostingType Modifier and Type Method Description NumberAttributeBoostingTypeNumberAttributeBoostingConfiguration. boostingType()Specifies how much a document attribute is boosted.static NumberAttributeBoostingTypeNumberAttributeBoostingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static NumberAttributeBoostingTypeNumberAttributeBoostingType. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberAttributeBoostingType[]NumberAttributeBoostingType. 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 NumberAttributeBoostingType Modifier and Type Method Description static Set<NumberAttributeBoostingType>NumberAttributeBoostingType. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type NumberAttributeBoostingType Modifier and Type Method Description NumberAttributeBoostingConfiguration.BuilderNumberAttributeBoostingConfiguration.Builder. boostingType(NumberAttributeBoostingType boostingType)Specifies how much a document attribute is boosted.
-