Uses of Class
software.amazon.awssdk.services.qbusiness.model.StringAttributeValueBoostingLevel
-
Packages that use StringAttributeValueBoostingLevel Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of StringAttributeValueBoostingLevel in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return StringAttributeValueBoostingLevel Modifier and Type Method Description static StringAttributeValueBoostingLevelStringAttributeValueBoostingLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StringAttributeValueBoostingLevelStringAttributeValueBoostingLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static StringAttributeValueBoostingLevel[]StringAttributeValueBoostingLevel. 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 StringAttributeValueBoostingLevel Modifier and Type Method Description Map<String,StringAttributeValueBoostingLevel>StringAttributeBoostingConfiguration. attributeValueBoosting()Specifies specific values of aSTRINGtype document attribute being boosted.static Set<StringAttributeValueBoostingLevel>StringAttributeValueBoostingLevel. knownValues()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type StringAttributeValueBoostingLevel Modifier and Type Method Description StringAttributeBoostingConfiguration.BuilderStringAttributeBoostingConfiguration.Builder. attributeValueBoosting(Map<String,StringAttributeValueBoostingLevel> attributeValueBoosting)Specifies specific values of aSTRINGtype document attribute being boosted.
-