Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentContentOperator
-
Packages that use DocumentContentOperator Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentContentOperator in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentContentOperator Modifier and Type Method Description DocumentContentOperatorInlineDocumentEnrichmentConfiguration. documentContentOperator()TRUEto delete content if the condition used for the target attribute is met.static DocumentContentOperatorDocumentContentOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentContentOperatorDocumentContentOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentContentOperator[]DocumentContentOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentContentOperator Modifier and Type Method Description static Set<DocumentContentOperator>DocumentContentOperator. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentContentOperator Modifier and Type Method Description InlineDocumentEnrichmentConfiguration.BuilderInlineDocumentEnrichmentConfiguration.Builder. documentContentOperator(DocumentContentOperator documentContentOperator)TRUEto delete content if the condition used for the target attribute is met.
-