Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Rule
Packages that use Rule
Package
Description
-
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 RuleModifier and TypeMethodDescriptionCreateRuleResponse.rules()Information about the rule.DescribeRulesResponse.rules()Information about the rules.ModifyRuleResponse.rules()Information about the modified rule.SetRulePrioritiesResponse.rules()Information about the rules.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type RuleModifier and TypeMethodDescriptionInformation about the rule.Information about the rules.Information about the modified rule.Information about the rules.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type RuleModifier and TypeMethodDescriptionCreateRuleResponse.Builder.rules(Collection<Rule> rules) Information about the rule.DescribeRulesResponse.Builder.rules(Collection<Rule> rules) Information about the rules.ModifyRuleResponse.Builder.rules(Collection<Rule> rules) Information about the modified rule.SetRulePrioritiesResponse.Builder.rules(Collection<Rule> rules) Information about the rules. -
Uses of Rule in software.amazon.awssdk.services.elasticloadbalancingv2.paginators
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.paginators that return types with arguments of type RuleModifier and TypeMethodDescriptionfinal SdkIterable<Rule>DescribeRulesIterable.rules()Returns an iterable to iterate through the paginatedDescribeRulesResponse.rules()member.final SdkPublisher<Rule>DescribeRulesPublisher.rules()Returns a publisher that can be used to get a stream of data.