Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressStringOperator
-
Packages that use IngressStringOperator Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressStringOperator in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressStringOperator Modifier and Type Method Description static IngressStringOperatorIngressStringOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngressStringOperatorIngressStringExpression. operator()The matching operator for a string condition expression.static IngressStringOperatorIngressStringOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressStringOperator[]IngressStringOperator. 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 IngressStringOperator Modifier and Type Method Description static Set<IngressStringOperator>IngressStringOperator. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressStringOperator Modifier and Type Method Description IngressStringExpression.BuilderIngressStringExpression.Builder. operator(IngressStringOperator operator)The matching operator for a string condition expression.
-