Uses of Class
software.amazon.awssdk.services.qbusiness.model.DocumentEnrichmentConditionOperator
-
Packages that use DocumentEnrichmentConditionOperator Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentEnrichmentConditionOperator in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentEnrichmentConditionOperator Modifier and Type Method Description static DocumentEnrichmentConditionOperatorDocumentEnrichmentConditionOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DocumentEnrichmentConditionOperatorDocumentAttributeCondition. operator()The identifier of the document attribute used for the condition.static DocumentEnrichmentConditionOperatorDocumentEnrichmentConditionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentEnrichmentConditionOperator[]DocumentEnrichmentConditionOperator. 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 DocumentEnrichmentConditionOperator Modifier and Type Method Description static Set<DocumentEnrichmentConditionOperator>DocumentEnrichmentConditionOperator. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type DocumentEnrichmentConditionOperator Modifier and Type Method Description DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. operator(DocumentEnrichmentConditionOperator operator)The identifier of the document attribute used for the condition.
-