Uses of Class
software.amazon.awssdk.services.vpclattice.model.HttpMatch
-
Packages that use HttpMatch Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of HttpMatch in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return HttpMatch Modifier and Type Method Description HttpMatchRuleMatch. httpMatch()The HTTP criteria that a rule must match.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type HttpMatch Modifier and Type Method Description static RuleMatchRuleMatch. fromHttpMatch(HttpMatch httpMatch)Create an instance of this class withRuleMatch.httpMatch()initialized to the given value.RuleMatch.BuilderRuleMatch.Builder. httpMatch(HttpMatch httpMatch)The HTTP criteria that a rule must match.
-