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()Describes the rule action that returns a custom HTTP response.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type FixedResponseAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. fixedResponse(FixedResponseAction fixedResponse)Describes the rule action that returns a custom HTTP response.static RuleActionRuleAction. fromFixedResponse(FixedResponseAction fixedResponse)Create an instance of this class withRuleAction.fixedResponse()initialized to the given value.
-