| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.withActions(Action... actions)
The actions.
|
Rule |
Rule.withActions(Collection<Action> actions)
The actions.
|
Rule |
Rule.withConditions(Collection<RuleCondition> conditions)
The conditions.
|
Rule |
Rule.withConditions(RuleCondition... conditions)
The conditions.
|
Rule |
Rule.withIsDefault(Boolean isDefault)
Indicates whether this is the default rule.
|
Rule |
Rule.withPriority(String priority)
The priority.
|
Rule |
Rule.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
DescribeRulesResult.getRules()
Information about the rules.
|
List<Rule> |
CreateRuleResult.getRules()
Information about the rule.
|
List<Rule> |
ModifyRuleResult.getRules()
Information about the rule.
|
List<Rule> |
SetRulePrioritiesResult.getRules()
Information about the rules.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRulesResult |
DescribeRulesResult.withRules(Rule... rules)
Information about the rules.
|
CreateRuleResult |
CreateRuleResult.withRules(Rule... rules)
Information about the rule.
|
ModifyRuleResult |
ModifyRuleResult.withRules(Rule... rules)
Information about the rule.
|
SetRulePrioritiesResult |
SetRulePrioritiesResult.withRules(Rule... rules)
Information about the rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRulesResult.setRules(Collection<Rule> rules)
Information about the rules.
|
void |
CreateRuleResult.setRules(Collection<Rule> rules)
Information about the rule.
|
void |
ModifyRuleResult.setRules(Collection<Rule> rules)
Information about the rule.
|
void |
SetRulePrioritiesResult.setRules(Collection<Rule> rules)
Information about the rules.
|
DescribeRulesResult |
DescribeRulesResult.withRules(Collection<Rule> rules)
Information about the rules.
|
CreateRuleResult |
CreateRuleResult.withRules(Collection<Rule> rules)
Information about the rule.
|
ModifyRuleResult |
ModifyRuleResult.withRules(Collection<Rule> rules)
Information about the rule.
|
SetRulePrioritiesResult |
SetRulePrioritiesResult.withRules(Collection<Rule> rules)
Information about the rules.
|
Copyright © 2017. All rights reserved.