Uses of Class
software.amazon.awssdk.services.mailmanager.model.AcceptAction
-
Packages that use AcceptAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of AcceptAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return AcceptAction Modifier and Type Method Description AcceptActionPolicyStatement. 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.AcceptActionCreateTrafficPolicyRequest. 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 statementsAcceptActionGetTrafficPolicyResponse. defaultAction()The default action of the traffic policy.AcceptActionTrafficPolicy. 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 statementsAcceptActionUpdateTrafficPolicyRequest. 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 statementsstatic AcceptActionAcceptAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceptActionAcceptAction. 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.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type AcceptAction Modifier and Type Method Description static Set<AcceptAction>AcceptAction. knownValues()Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type AcceptAction Modifier and Type Method Description PolicyStatement.BuilderPolicyStatement.Builder. action(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.CreateTrafficPolicyRequest.BuilderCreateTrafficPolicyRequest.Builder. defaultAction(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 statementsGetTrafficPolicyResponse.BuilderGetTrafficPolicyResponse.Builder. defaultAction(AcceptAction defaultAction)The default action of the traffic policy.TrafficPolicy.BuilderTrafficPolicy.Builder. defaultAction(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 statementsUpdateTrafficPolicyRequest.BuilderUpdateTrafficPolicyRequest.Builder. defaultAction(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
-