Uses of Class
software.amazon.awssdk.services.vpclattice.model.FixedResponseAction
-
Packages that use FixedResponseAction Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of FixedResponseAction in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return FixedResponseAction Modifier and Type Method Description FixedResponseActionRuleAction. fixedResponse()The fixed response action.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type FixedResponseAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. fixedResponse(FixedResponseAction fixedResponse)The fixed response action.static RuleActionRuleAction. fromFixedResponse(FixedResponseAction fixedResponse)Create an instance of this class withRuleAction.fixedResponse()initialized to the given value.
-