| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
RuleAction.clone() |
RuleAction |
RuleUpdateSuccess.getAction()
The action for the default rule.
|
RuleAction |
UpdateRuleResult.getAction()
Information about the action for the specified listener rule.
|
RuleAction |
UpdateRuleRequest.getAction()
Information about the action for the specified listener rule.
|
RuleAction |
RuleUpdate.getAction()
The rule action.
|
RuleAction |
GetRuleResult.getAction()
The action for the default rule.
|
RuleAction |
CreateRuleResult.getAction()
The rule action.
|
RuleAction |
CreateRuleRequest.getAction()
The action for the default rule.
|
RuleAction |
UpdateListenerResult.getDefaultAction()
The action for the default rule.
|
RuleAction |
UpdateListenerRequest.getDefaultAction()
The action for the default rule.
|
RuleAction |
GetListenerResult.getDefaultAction()
The actions for the default listener rule.
|
RuleAction |
CreateListenerResult.getDefaultAction()
The action for the default rule.
|
RuleAction |
CreateListenerRequest.getDefaultAction()
The action for the default rule.
|
RuleAction |
RuleAction.withFixedResponse(FixedResponseAction fixedResponse)
Describes the rule action that returns a custom HTTP response.
|
RuleAction |
RuleAction.withForward(ForwardAction forward)
The forward action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleUpdateSuccess.setAction(RuleAction action)
The action for the default rule.
|
void |
UpdateRuleResult.setAction(RuleAction action)
Information about the action for the specified listener rule.
|
void |
UpdateRuleRequest.setAction(RuleAction action)
Information about the action for the specified listener rule.
|
void |
RuleUpdate.setAction(RuleAction action)
The rule action.
|
void |
GetRuleResult.setAction(RuleAction action)
The action for the default rule.
|
void |
CreateRuleResult.setAction(RuleAction action)
The rule action.
|
void |
CreateRuleRequest.setAction(RuleAction action)
The action for the default rule.
|
void |
UpdateListenerResult.setDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
void |
UpdateListenerRequest.setDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
void |
GetListenerResult.setDefaultAction(RuleAction defaultAction)
The actions for the default listener rule.
|
void |
CreateListenerResult.setDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
void |
CreateListenerRequest.setDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
RuleUpdateSuccess |
RuleUpdateSuccess.withAction(RuleAction action)
The action for the default rule.
|
UpdateRuleResult |
UpdateRuleResult.withAction(RuleAction action)
Information about the action for the specified listener rule.
|
UpdateRuleRequest |
UpdateRuleRequest.withAction(RuleAction action)
Information about the action for the specified listener rule.
|
RuleUpdate |
RuleUpdate.withAction(RuleAction action)
The rule action.
|
GetRuleResult |
GetRuleResult.withAction(RuleAction action)
The action for the default rule.
|
CreateRuleResult |
CreateRuleResult.withAction(RuleAction action)
The rule action.
|
CreateRuleRequest |
CreateRuleRequest.withAction(RuleAction action)
The action for the default rule.
|
UpdateListenerResult |
UpdateListenerResult.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
UpdateListenerRequest |
UpdateListenerRequest.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
GetListenerResult |
GetListenerResult.withDefaultAction(RuleAction defaultAction)
The actions for the default listener rule.
|
CreateListenerResult |
CreateListenerResult.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
CreateListenerRequest |
CreateListenerRequest.withDefaultAction(RuleAction defaultAction)
The action for the default rule.
|
Copyright © 2023. All rights reserved.