Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressTlsAttribute
-
Packages that use IngressTlsAttribute Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressTlsAttribute in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressTlsAttribute Modifier and Type Method Description IngressTlsAttributeIngressTlsProtocolToEvaluate. attribute()The enum type representing the allowed attribute types for the TLS condition.static IngressTlsAttributeIngressTlsAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static IngressTlsAttributeIngressTlsAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static IngressTlsAttribute[]IngressTlsAttribute. 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 IngressTlsAttribute Modifier and Type Method Description static Set<IngressTlsAttribute>IngressTlsAttribute. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressTlsAttribute Modifier and Type Method Description IngressTlsProtocolToEvaluate.BuilderIngressTlsProtocolToEvaluate.Builder. attribute(IngressTlsAttribute attribute)The enum type representing the allowed attribute types for the TLS condition.static IngressTlsProtocolToEvaluateIngressTlsProtocolToEvaluate. fromAttribute(IngressTlsAttribute attribute)Create an instance of this class withIngressTlsProtocolToEvaluate.attributeAsString()initialized to the given value.
-