| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValue |
DocumentAttributeValue.clone() |
DocumentAttributeValue |
DocumentAttributeValueCountPair.getDocumentAttributeValue()
The value of the 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 |
DocumentAttributeValueCountPair.setDocumentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
void |
DocumentAttribute.setValue(DocumentAttributeValue value)
The value of the attribute.
|
DocumentAttributeValueCountPair |
DocumentAttributeValueCountPair.withDocumentAttributeValue(DocumentAttributeValue documentAttributeValue)
The value of the attribute.
|
DocumentAttribute |
DocumentAttribute.withValue(DocumentAttributeValue value)
The value of the attribute.
|
Copyright © 2020. All rights reserved.