| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
RuleAction |
RuleUpdateSuccess.action()
The action for the default rule.
|
RuleAction |
CreateRuleRequest.action()
The action for the default rule.
|
RuleAction |
CreateRuleResponse.action()
The rule action.
|
RuleAction |
UpdateRuleRequest.action()
Information about the action for the specified listener rule.
|
RuleAction |
UpdateRuleResponse.action()
Information about the action for the specified listener rule.
|
RuleAction |
RuleUpdate.action()
The rule action.
|
RuleAction |
GetRuleResponse.action()
The action for the default rule.
|
RuleAction |
CreateListenerRequest.defaultAction()
The action for the default rule.
|
RuleAction |
GetListenerResponse.defaultAction()
The actions for the default listener rule.
|
RuleAction |
UpdateListenerRequest.defaultAction()
The action for the default rule.
|
RuleAction |
UpdateListenerResponse.defaultAction()
The action for the default rule.
|
RuleAction |
CreateListenerResponse.defaultAction()
The action for the default rule.
|
static RuleAction |
RuleAction.fromFixedResponse(Consumer<FixedResponseAction.Builder> fixedResponse)
Create an instance of this class with
fixedResponse() initialized to the given value. |
static RuleAction |
RuleAction.fromFixedResponse(FixedResponseAction fixedResponse)
Create an instance of this class with
fixedResponse() initialized to the given value. |
static RuleAction |
RuleAction.fromForward(Consumer<ForwardAction.Builder> forward)
Create an instance of this class with
forward() initialized to the given value. |
static RuleAction |
RuleAction.fromForward(ForwardAction forward)
Create an instance of this class with
forward() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
RuleUpdateSuccess.Builder |
RuleUpdateSuccess.Builder.action(RuleAction action)
The action for the default rule.
|
CreateRuleRequest.Builder |
CreateRuleRequest.Builder.action(RuleAction action)
The action for the default rule.
|
CreateRuleResponse.Builder |
CreateRuleResponse.Builder.action(RuleAction action)
The rule action.
|
UpdateRuleRequest.Builder |
UpdateRuleRequest.Builder.action(RuleAction action)
Information about the action for the specified listener rule.
|
UpdateRuleResponse.Builder |
UpdateRuleResponse.Builder.action(RuleAction action)
Information about the action for the specified listener rule.
|
RuleUpdate.Builder |
RuleUpdate.Builder.action(RuleAction action)
The rule action.
|
GetRuleResponse.Builder |
GetRuleResponse.Builder.action(RuleAction action)
The action for the default rule.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.defaultAction(RuleAction defaultAction)
The action for the default rule.
|
GetListenerResponse.Builder |
GetListenerResponse.Builder.defaultAction(RuleAction defaultAction)
The actions for the default listener rule.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.defaultAction(RuleAction defaultAction)
The action for the default rule.
|
UpdateListenerResponse.Builder |
UpdateListenerResponse.Builder.defaultAction(RuleAction defaultAction)
The action for the default rule.
|
CreateListenerResponse.Builder |
CreateListenerResponse.Builder.defaultAction(RuleAction defaultAction)
The action for the default rule.
|
Copyright © 2023. All rights reserved.