Uses of Class
software.amazon.awssdk.services.qapps.model.DocumentAttribute
-
Packages that use DocumentAttribute Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of DocumentAttribute in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return DocumentAttribute Modifier and Type Method Description DocumentAttributeAttributeFilter. containsAll()Returnstruewhen a document contains all the specified document attributes or metadata fields.DocumentAttributeAttributeFilter. containsAny()Returnstruewhen a document contains any of the specified document attributes or metadata fields.DocumentAttributeAttributeFilter. equalsTo()Performs an equals operation on two document attributes or metadata fields.DocumentAttributeAttributeFilter. greaterThan()Performs a greater than operation on two document attributes or metadata fields.DocumentAttributeAttributeFilter. greaterThanOrEquals()Performs a greater than or equals operation on two document attributes or metadata fields.DocumentAttributeAttributeFilter. lessThan()Performs a less than operation on two document attributes or metadata fields.DocumentAttributeAttributeFilter. lessThanOrEquals()Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type:dateValueandlongValue.Methods in software.amazon.awssdk.services.qapps.model with parameters of type DocumentAttribute Modifier and Type Method Description AttributeFilter.BuilderAttributeFilter.Builder. containsAll(DocumentAttribute containsAll)Returnstruewhen a document contains all the specified document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. containsAny(DocumentAttribute containsAny)Returnstruewhen a document contains any of the specified document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. equalsTo(DocumentAttribute equalsTo)Performs an equals operation on two document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. greaterThan(DocumentAttribute greaterThan)Performs a greater than operation on two document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. greaterThanOrEquals(DocumentAttribute greaterThanOrEquals)Performs a greater than or equals operation on two document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. lessThan(DocumentAttribute lessThan)Performs a less than operation on two document attributes or metadata fields.AttributeFilter.BuilderAttributeFilter.Builder. lessThanOrEquals(DocumentAttribute lessThanOrEquals)Performs a less than or equals operation on two document attributes or metadata fields.Supported for the following document attribute value type:dateValueandlongValue.
-