| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValue |
DocumentAttributeValue.clone() |
DocumentAttributeValue |
DocumentAttributeCondition.getConditionOnValue()
The value used by the operator.
|
DocumentAttributeValue |
DocumentAttributeValueCountPair.getDocumentAttributeValue()
The value of the attribute.
|
DocumentAttributeValue |
DocumentAttributeTarget.getTargetDocumentAttributeValue()
The target value you want to create for the target attribute.
|
DocumentAttributeValue |
DocumentAttribute.getValue()
The value of the attribute.
|
DocumentAttributeValue |
DocumentAttributeValue.withDateValue(Date dateValue)
A date expressed as an ISO 8601 string.
|
DocumentAttributeValue |
DocumentAttributeValue.withLongValue(Long longValue)
A long integer value.
|
DocumentAttributeValue |
DocumentAttributeValue.withStringListValue(Collection<String> stringListValue)
A list of strings.
|
DocumentAttributeValue |
DocumentAttributeValue.withStringListValue(String... stringListValue)
A list of strings.
|
DocumentAttributeValue |
DocumentAttributeValue.withStringValue(String stringValue)
A string, such as "department".
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAttributeCondition.setConditionOnValue(DocumentAttributeValue conditionOnValue)
The value used by the operator.
|
void |
DocumentAttributeValueCountPair.setDocumentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
void |
DocumentAttributeTarget.setTargetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
void |
DocumentAttribute.setValue(DocumentAttributeValue value)
The value of the attribute.
|
DocumentAttributeCondition |
DocumentAttributeCondition.withConditionOnValue(DocumentAttributeValue conditionOnValue)
The value used by the operator.
|
DocumentAttributeValueCountPair |
DocumentAttributeValueCountPair.withDocumentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
DocumentAttributeTarget |
DocumentAttributeTarget.withTargetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttribute |
DocumentAttribute.withValue(DocumentAttributeValue value)
The value of the attribute.
|
Copyright © 2023. All rights reserved.