Uses of Class
software.amazon.awssdk.services.kendra.model.AdditionalResultAttributeValueType
-
Packages that use AdditionalResultAttributeValueType Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AdditionalResultAttributeValueType in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return AdditionalResultAttributeValueType Modifier and Type Method Description static AdditionalResultAttributeValueTypeAdditionalResultAttributeValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdditionalResultAttributeValueTypeAdditionalResultAttributeValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdditionalResultAttributeValueType[]AdditionalResultAttributeValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.AdditionalResultAttributeValueTypeAdditionalResultAttribute. valueType()The data type of theValueproperty.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AdditionalResultAttributeValueType Modifier and Type Method Description static Set<AdditionalResultAttributeValueType>AdditionalResultAttributeValueType. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type AdditionalResultAttributeValueType Modifier and Type Method Description AdditionalResultAttribute.BuilderAdditionalResultAttribute.Builder. valueType(AdditionalResultAttributeValueType valueType)The data type of theValueproperty.
-