Uses of Class
software.amazon.awssdk.services.mailmanager.model.IngressTlsProtocolToEvaluate
-
Packages that use IngressTlsProtocolToEvaluate Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of IngressTlsProtocolToEvaluate in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return IngressTlsProtocolToEvaluate Modifier and Type Method Description IngressTlsProtocolToEvaluateIngressTlsProtocolExpression. evaluate()The left hand side argument of a TLS condition expression.static IngressTlsProtocolToEvaluateIngressTlsProtocolToEvaluate. fromAttribute(String attribute)Create an instance of this class withattributeAsString()initialized to the given value.static IngressTlsProtocolToEvaluateIngressTlsProtocolToEvaluate. fromAttribute(IngressTlsAttribute attribute)Create an instance of this class withattributeAsString()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type IngressTlsProtocolToEvaluate Modifier and Type Method Description IngressTlsProtocolExpression.BuilderIngressTlsProtocolExpression.Builder. evaluate(IngressTlsProtocolToEvaluate evaluate)The left hand side argument of a TLS condition expression.
-