Uses of Class
software.amazon.awssdk.services.mailmanager.model.PolicyStatement
-
Packages that use PolicyStatement Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of PolicyStatement in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type PolicyStatement Modifier and Type Method Description List<PolicyStatement>CreateTrafficPolicyRequest. policyStatements()Conditional statements for filtering email traffic.List<PolicyStatement>GetTrafficPolicyResponse. policyStatements()The list of conditions which are in the traffic policy resource.List<PolicyStatement>UpdateTrafficPolicyRequest. policyStatements()The list of conditions to be updated for filtering email traffic.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type PolicyStatement Modifier and Type Method Description CreateTrafficPolicyRequest.BuilderCreateTrafficPolicyRequest.Builder. policyStatements(PolicyStatement... policyStatements)Conditional statements for filtering email traffic.GetTrafficPolicyResponse.BuilderGetTrafficPolicyResponse.Builder. policyStatements(PolicyStatement... policyStatements)The list of conditions which are in the traffic policy resource.UpdateTrafficPolicyRequest.BuilderUpdateTrafficPolicyRequest.Builder. policyStatements(PolicyStatement... policyStatements)The list of conditions to be updated for filtering email traffic.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type PolicyStatement Modifier and Type Method Description CreateTrafficPolicyRequest.BuilderCreateTrafficPolicyRequest.Builder. policyStatements(Collection<PolicyStatement> policyStatements)Conditional statements for filtering email traffic.GetTrafficPolicyResponse.BuilderGetTrafficPolicyResponse.Builder. policyStatements(Collection<PolicyStatement> policyStatements)The list of conditions which are in the traffic policy resource.UpdateTrafficPolicyRequest.BuilderUpdateTrafficPolicyRequest.Builder. policyStatements(Collection<PolicyStatement> policyStatements)The list of conditions to be updated for filtering email traffic.
-