Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentAttributeValue
-
Packages that use DocumentAttributeValue Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttributeValue in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentAttributeValue Modifier and Type Method Description 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.DocumentAttributeValueDocumentAttribute. value()The value of the attribute.DocumentAttributeValueDocumentAttributeCondition. value()Returns the value of the Value property for this object.DocumentAttributeValueDocumentAttributeTarget. value()Returns the value of the Value property for this object.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentAttributeValue Modifier and Type Method Description DocumentAttribute.BuilderDocumentAttribute.Builder. value(DocumentAttributeValue value)The value of the attribute.DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. value(DocumentAttributeValue value)Sets the value of the Value property for this object.DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. value(DocumentAttributeValue value)Sets the value of the Value property for this object.
-