| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
RuleUpdateSuccess |
RuleUpdateSuccess.clone() |
RuleUpdateSuccess |
RuleUpdateSuccess.withAction(RuleAction action)
The action for the default rule.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withArn(String arn)
The Amazon Resource Name (ARN) of the listener.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withId(String id)
The ID of the listener.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withIsDefault(Boolean isDefault)
Indicates whether this is the default rule.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withMatch(RuleMatch match)
The rule match.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withName(String name)
The name of the listener.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withPriority(Integer priority)
The rule priority.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleUpdateSuccess> |
BatchUpdateRuleResult.getSuccessful()
The rules that were successfully updated.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withSuccessful(RuleUpdateSuccess... successful)
The rules that were successfully updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateRuleResult.setSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
|
Copyright © 2023. All rights reserved.