| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
IngressIpv4Expression |
IngressIpv4Expression.clone() |
IngressIpv4Expression |
PolicyCondition.getIpExpression()
This represents an IP based condition matching on the incoming mail.
|
IngressIpv4Expression |
IngressIpv4Expression.withEvaluate(IngressIpToEvaluate evaluate)
The left hand side argument of an IP condition expression.
|
IngressIpv4Expression |
IngressIpv4Expression.withOperator(IngressIpOperator operator)
The matching operator for an IP condition expression.
|
IngressIpv4Expression |
IngressIpv4Expression.withOperator(String operator)
The matching operator for an IP condition expression.
|
IngressIpv4Expression |
IngressIpv4Expression.withValues(Collection<String> values)
The right hand side argument of an IP condition expression.
|
IngressIpv4Expression |
IngressIpv4Expression.withValues(String... values)
The right hand side argument of an IP condition expression.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyCondition.setIpExpression(IngressIpv4Expression ipExpression)
This represents an IP based condition matching on the incoming mail.
|
PolicyCondition |
PolicyCondition.withIpExpression(IngressIpv4Expression ipExpression)
This represents an IP based condition matching on the incoming mail.
|
Copyright © 2024. All rights reserved.