Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of Rule in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>CreateRuleResponse. rules()Information about the rule.List<Rule>DescribeRulesResponse. rules()Information about the rules.List<Rule>ModifyRuleResponse. rules()Information about the modified rule.List<Rule>SetRulePrioritiesResponse. rules()Information about the rules.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type Rule Modifier and Type Method Description CreateRuleResponse.BuilderCreateRuleResponse.Builder. rules(Rule... rules)Information about the rule.DescribeRulesResponse.BuilderDescribeRulesResponse.Builder. rules(Rule... rules)Information about the rules.ModifyRuleResponse.BuilderModifyRuleResponse.Builder. rules(Rule... rules)Information about the modified rule.SetRulePrioritiesResponse.BuilderSetRulePrioritiesResponse.Builder. rules(Rule... rules)Information about the rules.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type Rule Modifier and Type Method Description CreateRuleResponse.BuilderCreateRuleResponse.Builder. rules(Collection<Rule> rules)Information about the rule.DescribeRulesResponse.BuilderDescribeRulesResponse.Builder. rules(Collection<Rule> rules)Information about the rules.ModifyRuleResponse.BuilderModifyRuleResponse.Builder. rules(Collection<Rule> rules)Information about the modified rule.SetRulePrioritiesResponse.BuilderSetRulePrioritiesResponse.Builder. rules(Collection<Rule> rules)Information about the rules.
-