Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressBooleanOperator
-
Packages that use IngressBooleanOperator Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressBooleanOperator in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressBooleanOperator Modifier and Type Method Description static IngressBooleanOperatorIngressBooleanOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngressBooleanOperatorIngressBooleanExpression. operator()The matching operator for a boolean condition expression.static IngressBooleanOperatorIngressBooleanOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressBooleanOperator[]IngressBooleanOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type IngressBooleanOperator Modifier and Type Method Description static Set<IngressBooleanOperator>IngressBooleanOperator. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressBooleanOperator Modifier and Type Method Description IngressBooleanExpression.BuilderIngressBooleanExpression.Builder. operator(IngressBooleanOperator operator)The matching operator for a boolean condition expression.
-