Uses of Class
software.amazon.awssdk.services.kendra.model.DocumentAttribute
-
Packages that use DocumentAttribute Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DocumentAttribute in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DocumentAttribute Modifier and Type Method Description DocumentAttributeAttributeFilter. containsAll()Returns true when a document contains all of the specified document attributes/fields.DocumentAttributeAttributeFilter. containsAny()Returns true when a document contains any of the specified document attributes/fields.DocumentAttributeCollapsedResultDetail. documentAttribute()The value of the document attribute that results are collapsed on.DocumentAttributeAttributeFilter. equalsTo()Performs an equals operation on document attributes/fields and their values.DocumentAttributeAttributeFilter. greaterThan()Performs a greater than operation on document attributes/fields and their values.DocumentAttributeAttributeFilter. greaterThanOrEquals()Performs a greater or equals than operation on document attributes/fields and their values.DocumentAttributeAttributeFilter. lessThan()Performs a less than operation on document attributes/fields and their values.DocumentAttributeAttributeFilter. lessThanOrEquals()Performs a less than or equals operation on document attributes/fields and their values.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DocumentAttribute Modifier and Type Method Description List<DocumentAttribute>SourceDocument. additionalAttributes()The additional fields/attributes to include in the response.List<DocumentAttribute>Document. attributes()Custom attributes to apply to the document.List<DocumentAttribute>DocumentInfo. attributes()Attributes that identify a specific version of a document to check.List<DocumentAttribute>ExpandedResultItem. documentAttributes()An array of document attributes assigned to a document in the search results.List<DocumentAttribute>FeaturedResultsItem. documentAttributes()An array of document attributes assigned to a featured document in the search results.List<DocumentAttribute>QueryResultItem. documentAttributes()An array of document fields/attributes assigned to a document in the search results.List<DocumentAttribute>RetrieveResultItem. documentAttributes()An array of document fields/attributes assigned to a document in the search results.Methods in software.amazon.awssdk.services.kendra.model with parameters of type DocumentAttribute Modifier and Type Method Description SourceDocument.BuilderSourceDocument.Builder. additionalAttributes(DocumentAttribute... additionalAttributes)The additional fields/attributes to include in the response.Document.BuilderDocument.Builder. attributes(DocumentAttribute... attributes)Custom attributes to apply to the document.DocumentInfo.BuilderDocumentInfo.Builder. attributes(DocumentAttribute... attributes)Attributes that identify a specific version of a document to check.AttributeFilter.BuilderAttributeFilter.Builder. containsAll(DocumentAttribute containsAll)Returns true when a document contains all of the specified document attributes/fields.AttributeFilter.BuilderAttributeFilter.Builder. containsAny(DocumentAttribute containsAny)Returns true when a document contains any of the specified document attributes/fields.CollapsedResultDetail.BuilderCollapsedResultDetail.Builder. documentAttribute(DocumentAttribute documentAttribute)The value of the document attribute that results are collapsed on.ExpandedResultItem.BuilderExpandedResultItem.Builder. documentAttributes(DocumentAttribute... documentAttributes)An array of document attributes assigned to a document in the search results.FeaturedResultsItem.BuilderFeaturedResultsItem.Builder. documentAttributes(DocumentAttribute... documentAttributes)An array of document attributes assigned to a featured document in the search results.QueryResultItem.BuilderQueryResultItem.Builder. documentAttributes(DocumentAttribute... documentAttributes)An array of document fields/attributes assigned to a document in the search results.RetrieveResultItem.BuilderRetrieveResultItem.Builder. documentAttributes(DocumentAttribute... documentAttributes)An array of document fields/attributes assigned to a document in the search results.AttributeFilter.BuilderAttributeFilter.Builder. equalsTo(DocumentAttribute equalsTo)Performs an equals operation on document attributes/fields and their values.AttributeFilter.BuilderAttributeFilter.Builder. greaterThan(DocumentAttribute greaterThan)Performs a greater than operation on document attributes/fields and their values.AttributeFilter.BuilderAttributeFilter.Builder. greaterThanOrEquals(DocumentAttribute greaterThanOrEquals)Performs a greater or equals than operation on document attributes/fields and their values.AttributeFilter.BuilderAttributeFilter.Builder. lessThan(DocumentAttribute lessThan)Performs a less than operation on document attributes/fields and their values.AttributeFilter.BuilderAttributeFilter.Builder. lessThanOrEquals(DocumentAttribute lessThanOrEquals)Performs a less than or equals operation on document attributes/fields and their values.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type DocumentAttribute Modifier and Type Method Description SourceDocument.BuilderSourceDocument.Builder. additionalAttributes(Collection<DocumentAttribute> additionalAttributes)The additional fields/attributes to include in the response.Document.BuilderDocument.Builder. attributes(Collection<DocumentAttribute> attributes)Custom attributes to apply to the document.DocumentInfo.BuilderDocumentInfo.Builder. attributes(Collection<DocumentAttribute> attributes)Attributes that identify a specific version of a document to check.ExpandedResultItem.BuilderExpandedResultItem.Builder. documentAttributes(Collection<DocumentAttribute> documentAttributes)An array of document attributes assigned to a document in the search results.FeaturedResultsItem.BuilderFeaturedResultsItem.Builder. documentAttributes(Collection<DocumentAttribute> documentAttributes)An array of document attributes assigned to a featured document in the search results.QueryResultItem.BuilderQueryResultItem.Builder. documentAttributes(Collection<DocumentAttribute> documentAttributes)An array of document fields/attributes assigned to a document in the search results.RetrieveResultItem.BuilderRetrieveResultItem.Builder. documentAttributes(Collection<DocumentAttribute> documentAttributes)An array of document fields/attributes assigned to a document in the search results.
-