Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentAttribute
-
Packages that use DocumentAttribute Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttribute in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.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 or equals than 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.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentAttribute Modifier and Type Method Description List<DocumentAttribute>Document. attributes()Custom attributes to apply to the document for refining Amazon Q web experience responses.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentAttribute Modifier and Type Method Description Document.BuilderDocument.Builder. attributes(DocumentAttribute... attributes)Custom attributes to apply to the document for refining Amazon Q web experience responses.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 or equals than 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.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DocumentAttribute Modifier and Type Method Description Document.BuilderDocument.Builder. attributes(Collection<DocumentAttribute> attributes)Custom attributes to apply to the document for refining Amazon Q web experience responses.
-