Uses of Class
software.amazon.awssdk.services.kendra.model.DocumentAttributeValue
-
Packages that use DocumentAttributeValue Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentAttributeValue in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DocumentAttributeValue Modifier and Type Method Description DocumentAttributeValueDocumentAttributeCondition. conditionOnValue()The value used by the operator.DocumentAttributeValueDocumentAttributeValueCountPair. documentAttributeValue()The value of the attribute/field.static DocumentAttributeValueDocumentAttributeValue. fromDateValue(Instant dateValue)Create an instance of this class withdateValue()initialized to the given value.static DocumentAttributeValueDocumentAttributeValue. fromLongValue(Long longValue)Create an instance of this class withlongValue()initialized to the given value.static DocumentAttributeValueDocumentAttributeValue. fromStringListValue(List<String> stringListValue)Create an instance of this class withstringListValue()initialized to the given value.static DocumentAttributeValueDocumentAttributeValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.DocumentAttributeValueDocumentAttributeTarget. targetDocumentAttributeValue()The target value you want to create for the target attribute.DocumentAttributeValueDocumentAttribute. value()The value of the attribute.Methods in software.amazon.awssdk.services.kendra.model with parameters of type DocumentAttributeValue Modifier and Type Method Description DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. conditionOnValue(DocumentAttributeValue conditionOnValue)The value used by the operator.DocumentAttributeValueCountPair.BuilderDocumentAttributeValueCountPair.Builder. documentAttributeValue(DocumentAttributeValue documentAttributeValue)The value of the attribute/field.DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. targetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)The target value you want to create for the target attribute.DocumentAttribute.BuilderDocumentAttribute.Builder. value(DocumentAttributeValue value)The value of the attribute.
-