| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
RuleUpdateFailure |
RuleUpdateFailure.clone() |
RuleUpdateFailure |
RuleUpdateFailure.withFailureCode(String failureCode)
The failure code.
|
RuleUpdateFailure |
RuleUpdateFailure.withFailureMessage(String failureMessage)
The failure message.
|
RuleUpdateFailure |
RuleUpdateFailure.withRuleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleUpdateFailure> |
BatchUpdateRuleResult.getUnsuccessful()
The rules that the operation couldn't update.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withUnsuccessful(RuleUpdateFailure... unsuccessful)
The rules that the operation couldn't update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateRuleResult.setUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
|
BatchUpdateRuleResult |
BatchUpdateRuleResult.withUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
|
Copyright © 2023. All rights reserved.