Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentAttributeConfiguration
-
Packages that use DocumentAttributeConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttributeConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentAttributeConfiguration Modifier and Type Method Description List<DocumentAttributeConfiguration>GetIndexResponse. documentAttributeConfigurations()Configuration information for document attributes or metadata.List<DocumentAttributeConfiguration>UpdateIndexRequest. documentAttributeConfigurations()Configuration information for document metadata or fields.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentAttributeConfiguration Modifier and Type Method Description GetIndexResponse.BuilderGetIndexResponse.Builder. documentAttributeConfigurations(DocumentAttributeConfiguration... documentAttributeConfigurations)Configuration information for document attributes or metadata.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. documentAttributeConfigurations(DocumentAttributeConfiguration... documentAttributeConfigurations)Configuration information for document metadata or fields.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DocumentAttributeConfiguration Modifier and Type Method Description GetIndexResponse.BuilderGetIndexResponse.Builder. documentAttributeConfigurations(Collection<DocumentAttributeConfiguration> documentAttributeConfigurations)Configuration information for document attributes or metadata.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. documentAttributeConfigurations(Collection<DocumentAttributeConfiguration> documentAttributeConfigurations)Configuration information for document metadata or fields.
-