| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeValue |
DocumentAttributeValue.clone() |
DocumentAttributeValue |
DocumentAttributeTarget.getValue() |
DocumentAttributeValue |
DocumentAttributeCondition.getValue() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentAttributeTarget.setValue(DocumentAttributeValue value) |
void |
DocumentAttributeCondition.setValue(DocumentAttributeValue value) |
void |
DocumentAttribute.setValue(DocumentAttributeValue value)
The value of the attribute.
|
DocumentAttributeTarget |
DocumentAttributeTarget.withValue(DocumentAttributeValue value) |
DocumentAttributeCondition |
DocumentAttributeCondition.withValue(DocumentAttributeValue value) |
DocumentAttribute |
DocumentAttribute.withValue(DocumentAttributeValue value)
The value of the attribute.
|
Copyright © 2025. All rights reserved.