Uses of Interface
software.amazon.awssdk.services.mailmanager.model.PolicyStatement.Builder
-
Packages that use PolicyStatement.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of PolicyStatement.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return PolicyStatement.Builder Modifier and Type Method Description PolicyStatement.BuilderPolicyStatement.Builder. action(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.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.static PolicyStatement.BuilderPolicyStatement. builder()PolicyStatement.BuilderPolicyStatement.Builder. conditions(Collection<PolicyCondition> conditions)The list of conditions to apply to incoming messages for filtering email traffic.PolicyStatement.BuilderPolicyStatement.Builder. conditions(Consumer<PolicyCondition.Builder>... conditions)The list of conditions to apply to incoming messages for filtering email traffic.PolicyStatement.BuilderPolicyStatement.Builder. conditions(PolicyCondition... conditions)The list of conditions to apply to incoming messages for filtering email traffic.PolicyStatement.BuilderPolicyStatement. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type PolicyStatement.Builder Modifier and Type Method Description static Class<? extends PolicyStatement.Builder>PolicyStatement. serializableBuilderClass()
-