Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ListenerCondition
Packages that use ListenerCondition
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ListenerCondition in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ListenerConditionModifier and TypeMethodDescriptionstatic ListenerConditionListenerCondition.hostHeaders(List<String> values) Create a host-header listener rule condition.static ListenerConditionListenerCondition.httpHeader(String name, List<String> values) Create a http-header listener rule condition.static ListenerConditionListenerCondition.httpRequestMethods(List<String> values) Create a http-request-method listener rule condition.static ListenerConditionListenerCondition.pathPatterns(List<String> values) Create a path-pattern listener rule condition.static ListenerConditionListenerCondition.queryStrings(List<? extends QueryStringCondition> values) Create a query-string listener rule condition.static ListenerConditionCreate a source-ip listener rule condition.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return types with arguments of type ListenerConditionModifier and TypeMethodDescriptionfinal List<ListenerCondition>AddApplicationActionProps.Jsii$Proxy.getConditions()final List<ListenerCondition>AddApplicationTargetGroupsProps.Jsii$Proxy.getConditions()final List<ListenerCondition>AddApplicationTargetsProps.Jsii$Proxy.getConditions()default List<ListenerCondition>AddRuleProps.getConditions()Rule applies if matches the conditions.final List<ListenerCondition>AddRuleProps.Jsii$Proxy.getConditions()final List<ListenerCondition>ApplicationListenerRuleProps.Jsii$Proxy.getConditions()default List<ListenerCondition>BaseApplicationListenerRuleProps.getConditions()Rule applies if matches the conditions.final List<ListenerCondition>BaseApplicationListenerRuleProps.Jsii$Proxy.getConditions()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type ListenerConditionModifier and TypeMethodDescriptionvoidApplicationListenerRule.addCondition(ListenerCondition condition) Add a non-standard condition to this rule.Method parameters in software.amazon.awscdk.services.elasticloadbalancingv2 with type arguments of type ListenerConditionModifier and TypeMethodDescriptionAddApplicationActionProps.Builder.conditions(List<? extends ListenerCondition> conditions) Sets the value ofAddRuleProps.getConditions()AddApplicationTargetGroupsProps.Builder.conditions(List<? extends ListenerCondition> conditions) Sets the value ofAddRuleProps.getConditions()AddApplicationTargetsProps.Builder.conditions(List<? extends ListenerCondition> conditions) Sets the value ofAddRuleProps.getConditions()AddRuleProps.Builder.conditions(List<? extends ListenerCondition> conditions) Sets the value ofAddRuleProps.getConditions()ApplicationListenerRule.Builder.conditions(List<? extends ListenerCondition> conditions) Rule applies if matches the conditions.ApplicationListenerRuleProps.Builder.conditions(List<? extends ListenerCondition> conditions) Sets the value ofBaseApplicationListenerRuleProps.getConditions()BaseApplicationListenerRuleProps.Builder.conditions(List<? extends ListenerCondition> conditions) Sets the value ofBaseApplicationListenerRuleProps.getConditions()