Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressStringToEvaluate.Type
-
Packages that use IngressStringToEvaluate.Type Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressStringToEvaluate.Type in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressStringToEvaluate.Type Modifier and Type Method Description IngressStringToEvaluate.TypeIngressStringToEvaluate. type()Retrieve an enum value representing which member of this object is populated.static IngressStringToEvaluate.TypeIngressStringToEvaluate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressStringToEvaluate.Type[]IngressStringToEvaluate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-