| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
RuleUpdate |
RuleUpdate.clone() |
RuleUpdate |
RuleUpdate.withAction(RuleAction action)
The rule action.
|
RuleUpdate |
RuleUpdate.withMatch(RuleMatch match)
The rule match.
|
RuleUpdate |
RuleUpdate.withPriority(Integer priority)
The rule priority.
|
RuleUpdate |
RuleUpdate.withRuleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleUpdate> |
BatchUpdateRuleRequest.getRules()
The rules for the specified listener.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRuleRequest |
BatchUpdateRuleRequest.withRules(RuleUpdate... rules)
The rules for the specified listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateRuleRequest.setRules(Collection<RuleUpdate> rules)
The rules for the specified listener.
|
BatchUpdateRuleRequest |
BatchUpdateRuleRequest.withRules(Collection<RuleUpdate> rules)
The rules for the specified listener.
|
Copyright © 2023. All rights reserved.