| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyCondition |
PolicyCondition.clone() |
PolicyCondition |
PolicyCondition.withBooleanExpression(IngressBooleanExpression booleanExpression)
This represents a boolean type condition matching on the incoming mail.
|
PolicyCondition |
PolicyCondition.withIpExpression(IngressIpv4Expression ipExpression)
This represents an IP based condition matching on the incoming mail.
|
PolicyCondition |
PolicyCondition.withStringExpression(IngressStringExpression stringExpression)
This represents a string based condition matching on the incoming mail.
|
PolicyCondition |
PolicyCondition.withTlsExpression(IngressTlsProtocolExpression tlsExpression)
This represents a TLS based condition matching on the incoming mail.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyCondition> |
PolicyStatement.getConditions()
The list of conditions to apply to incoming messages for filtering email traffic.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyStatement |
PolicyStatement.withConditions(PolicyCondition... conditions)
The list of conditions to apply to incoming messages for filtering email traffic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyStatement.setConditions(Collection<PolicyCondition> conditions)
The list of conditions to apply to incoming messages for filtering email traffic.
|
PolicyStatement |
PolicyStatement.withConditions(Collection<PolicyCondition> conditions)
The list of conditions to apply to incoming messages for filtering email traffic.
|
Copyright © 2024. All rights reserved.