Uses of Class
software.amazon.awssdk.services.vpclattice.model.RuleAction
-
Packages that use RuleAction Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of RuleAction in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return RuleAction Modifier and Type Method Description RuleActionCreateRuleRequest. action()The action for the default rule.RuleActionCreateRuleResponse. action()The rule action.RuleActionGetRuleResponse. action()The action for the default rule.RuleActionRuleUpdate. action()The rule action.RuleActionRuleUpdateSuccess. action()The action for the default rule.RuleActionUpdateRuleRequest. action()Information about the action for the specified listener rule.RuleActionUpdateRuleResponse. action()Information about the action for the specified listener rule.RuleActionCreateListenerRequest. defaultAction()The action for the default rule.RuleActionCreateListenerResponse. defaultAction()The action for the default rule.RuleActionGetListenerResponse. defaultAction()The actions for the default listener rule.RuleActionUpdateListenerRequest. defaultAction()The action for the default rule.RuleActionUpdateListenerResponse. defaultAction()The action for the default rule.static RuleActionRuleAction. fromFixedResponse(Consumer<FixedResponseAction.Builder> fixedResponse)Create an instance of this class withfixedResponse()initialized to the given value.static RuleActionRuleAction. fromFixedResponse(FixedResponseAction fixedResponse)Create an instance of this class withfixedResponse()initialized to the given value.static RuleActionRuleAction. fromForward(Consumer<ForwardAction.Builder> forward)Create an instance of this class withforward()initialized to the given value.static RuleActionRuleAction. fromForward(ForwardAction forward)Create an instance of this class withforward()initialized to the given value.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type RuleAction Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. action(RuleAction action)The action for the default rule.CreateRuleResponse.BuilderCreateRuleResponse.Builder. action(RuleAction action)The rule action.GetRuleResponse.BuilderGetRuleResponse.Builder. action(RuleAction action)The action for the default rule.RuleUpdate.BuilderRuleUpdate.Builder. action(RuleAction action)The rule action.RuleUpdateSuccess.BuilderRuleUpdateSuccess.Builder. action(RuleAction action)The action for the default rule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. action(RuleAction action)Information about the action for the specified listener rule.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. action(RuleAction action)Information about the action for the specified listener rule.CreateListenerRequest.BuilderCreateListenerRequest.Builder. defaultAction(RuleAction defaultAction)The action for the default rule.CreateListenerResponse.BuilderCreateListenerResponse.Builder. defaultAction(RuleAction defaultAction)The action for the default rule.GetListenerResponse.BuilderGetListenerResponse.Builder. defaultAction(RuleAction defaultAction)The actions for the default listener rule.UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. defaultAction(RuleAction defaultAction)The action for the default rule.UpdateListenerResponse.BuilderUpdateListenerResponse.Builder. defaultAction(RuleAction defaultAction)The action for the default rule.
-