Uses of Class
software.amazon.awssdk.services.mailmanager.model.PolicyCondition
-
Packages that use PolicyCondition Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of PolicyCondition in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return PolicyCondition Modifier and Type Method Description static PolicyConditionPolicyCondition. fromBooleanExpression(Consumer<IngressBooleanExpression.Builder> booleanExpression)Create an instance of this class withbooleanExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromBooleanExpression(IngressBooleanExpression booleanExpression)Create an instance of this class withbooleanExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromIpExpression(Consumer<IngressIpv4Expression.Builder> ipExpression)Create an instance of this class withipExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromIpExpression(IngressIpv4Expression ipExpression)Create an instance of this class withipExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromStringExpression(Consumer<IngressStringExpression.Builder> stringExpression)Create an instance of this class withstringExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromStringExpression(IngressStringExpression stringExpression)Create an instance of this class withstringExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromTlsExpression(Consumer<IngressTlsProtocolExpression.Builder> tlsExpression)Create an instance of this class withtlsExpression()initialized to the given value.static PolicyConditionPolicyCondition. fromTlsExpression(IngressTlsProtocolExpression tlsExpression)Create an instance of this class withtlsExpression()initialized to the given value.Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type PolicyCondition Modifier and Type Method Description List<PolicyCondition>PolicyStatement. conditions()The list of conditions to apply to incoming messages for filtering email traffic.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type PolicyCondition Modifier and Type Method Description PolicyStatement.BuilderPolicyStatement.Builder. conditions(PolicyCondition... conditions)The list of conditions to apply to incoming messages for filtering email traffic.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type PolicyCondition Modifier and Type Method Description PolicyStatement.BuilderPolicyStatement.Builder. conditions(Collection<PolicyCondition> conditions)The list of conditions to apply to incoming messages for filtering email traffic.
-