Uses of Class
software.amazon.awssdk.services.qapps.model.DocumentAttributeValue
-
Packages that use DocumentAttributeValue Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of DocumentAttributeValue in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.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.Methods in software.amazon.awssdk.services.qapps.model with parameters of type DocumentAttributeValue Modifier and Type Method Description DocumentAttribute.BuilderDocumentAttribute.Builder. value(DocumentAttributeValue value)The value of the attribute.
-