| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
IngressTlsProtocolExpression |
IngressTlsProtocolExpression.clone() |
IngressTlsProtocolExpression |
PolicyCondition.getTlsExpression()
This represents a TLS based condition matching on the incoming mail.
|
IngressTlsProtocolExpression |
IngressTlsProtocolExpression.withEvaluate(IngressTlsProtocolToEvaluate evaluate)
The left hand side argument of a TLS condition expression.
|
IngressTlsProtocolExpression |
IngressTlsProtocolExpression.withOperator(IngressTlsProtocolOperator operator)
The matching operator for a TLS condition expression.
|
IngressTlsProtocolExpression |
IngressTlsProtocolExpression.withOperator(String operator)
The matching operator for a TLS condition expression.
|
IngressTlsProtocolExpression |
IngressTlsProtocolExpression.withValue(IngressTlsProtocolAttribute value)
The right hand side argument of a TLS condition expression.
|
IngressTlsProtocolExpression |
IngressTlsProtocolExpression.withValue(String value)
The right hand side argument of a TLS condition expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyCondition.setTlsExpression(IngressTlsProtocolExpression tlsExpression)
This represents a TLS based condition matching on the incoming mail.
|
PolicyCondition |
PolicyCondition.withTlsExpression(IngressTlsProtocolExpression tlsExpression)
This represents a TLS based condition matching on the incoming mail.
|
Copyright © 2024. All rights reserved.