| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyStatement |
PolicyStatement.clone() |
PolicyStatement |
PolicyStatement.withAction(AcceptAction action)
The action that informs a traffic policy resource to either allow or block the email if it matches a condition in
the policy statement.
|
PolicyStatement |
PolicyStatement.withAction(String action)
The action that informs a traffic policy resource to either allow or block the email if it matches a condition in
the policy statement.
|
PolicyStatement |
PolicyStatement.withConditions(Collection<PolicyCondition> conditions)
The list of conditions to apply to incoming messages for filtering email traffic.
|
PolicyStatement |
PolicyStatement.withConditions(PolicyCondition... conditions)
The list of conditions to apply to incoming messages for filtering email traffic.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyStatement> |
GetTrafficPolicyResult.getPolicyStatements()
The list of conditions which are in the traffic policy resource.
|
List<PolicyStatement> |
CreateTrafficPolicyRequest.getPolicyStatements()
Conditional statements for filtering email traffic.
|
List<PolicyStatement> |
UpdateTrafficPolicyRequest.getPolicyStatements()
The list of conditions to be updated for filtering email traffic.
|
| Modifier and Type | Method and Description |
|---|---|
GetTrafficPolicyResult |
GetTrafficPolicyResult.withPolicyStatements(PolicyStatement... policyStatements)
The list of conditions which are in the traffic policy resource.
|
CreateTrafficPolicyRequest |
CreateTrafficPolicyRequest.withPolicyStatements(PolicyStatement... policyStatements)
Conditional statements for filtering email traffic.
|
UpdateTrafficPolicyRequest |
UpdateTrafficPolicyRequest.withPolicyStatements(PolicyStatement... policyStatements)
The list of conditions to be updated for filtering email traffic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTrafficPolicyResult.setPolicyStatements(Collection<PolicyStatement> policyStatements)
The list of conditions which are in the traffic policy resource.
|
void |
CreateTrafficPolicyRequest.setPolicyStatements(Collection<PolicyStatement> policyStatements)
Conditional statements for filtering email traffic.
|
void |
UpdateTrafficPolicyRequest.setPolicyStatements(Collection<PolicyStatement> policyStatements)
The list of conditions to be updated for filtering email traffic.
|
GetTrafficPolicyResult |
GetTrafficPolicyResult.withPolicyStatements(Collection<PolicyStatement> policyStatements)
The list of conditions which are in the traffic policy resource.
|
CreateTrafficPolicyRequest |
CreateTrafficPolicyRequest.withPolicyStatements(Collection<PolicyStatement> policyStatements)
Conditional statements for filtering email traffic.
|
UpdateTrafficPolicyRequest |
UpdateTrafficPolicyRequest.withPolicyStatements(Collection<PolicyStatement> policyStatements)
The list of conditions to be updated for filtering email traffic.
|
Copyright © 2024. All rights reserved.