Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.OperatorType
Packages that use OperatorType
-
Uses of OperatorType in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OperatorTypeEventMetadataFilterExpression.operator()Operator applied to the event metadata filter expression.static OperatorTypeReturns the enum constant of this type with the specified name.static OperatorType[]OperatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type OperatorTypeMethods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type OperatorTypeModifier and TypeMethodDescriptionEventMetadataFilterExpression.Builder.operator(OperatorType operator) Operator applied to the event metadata filter expression.