Uses of Class
software.amazon.awssdk.services.qbusiness.model.AttributeValueOperator
-
Packages that use AttributeValueOperator Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AttributeValueOperator in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return AttributeValueOperator Modifier and Type Method Description AttributeValueOperatorDocumentAttributeTarget. attributeValueOperator()TRUEto delete the existing target value for your specified target attribute key.static AttributeValueOperatorAttributeValueOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AttributeValueOperatorAttributeValueOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeValueOperator[]AttributeValueOperator. 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 AttributeValueOperator Modifier and Type Method Description static Set<AttributeValueOperator>AttributeValueOperator. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type AttributeValueOperator Modifier and Type Method Description DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. attributeValueOperator(AttributeValueOperator attributeValueOperator)TRUEto delete the existing target value for your specified target attribute key.
-