| Package | Description |
|---|---|
| com.amazonaws.services.mailmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static AcceptAction |
AcceptAction.fromValue(String value)
Use this in place of valueOf.
|
static AcceptAction |
AcceptAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcceptAction[] |
AcceptAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
TrafficPolicy |
TrafficPolicy.withDefaultAction(AcceptAction defaultAction)
Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not
addressed by) the conditions of your policy statements
|
UpdateTrafficPolicyRequest |
UpdateTrafficPolicyRequest.withDefaultAction(AcceptAction defaultAction)
Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not
addressed by) the conditions of your policy statements
|
GetTrafficPolicyResult |
GetTrafficPolicyResult.withDefaultAction(AcceptAction defaultAction)
The default action of the traffic policy.
|
CreateTrafficPolicyRequest |
CreateTrafficPolicyRequest.withDefaultAction(AcceptAction defaultAction)
Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not
addressed by) the conditions of your policy statements
|
Copyright © 2024. All rights reserved.