Uses of Interface
software.amazon.awssdk.services.vpclattice.model.HttpMatch.Builder
-
Packages that use HttpMatch.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of HttpMatch.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return HttpMatch.Builder Modifier and Type Method Description static HttpMatch.BuilderHttpMatch. builder()HttpMatch.BuilderHttpMatch.Builder. headerMatches(Collection<HeaderMatch> headerMatches)The header matches.HttpMatch.BuilderHttpMatch.Builder. headerMatches(Consumer<HeaderMatch.Builder>... headerMatches)The header matches.HttpMatch.BuilderHttpMatch.Builder. headerMatches(HeaderMatch... headerMatches)The header matches.HttpMatch.BuilderHttpMatch.Builder. method(String method)The HTTP method type.default HttpMatch.BuilderHttpMatch.Builder. pathMatch(Consumer<PathMatch.Builder> pathMatch)The path match.HttpMatch.BuilderHttpMatch.Builder. pathMatch(PathMatch pathMatch)The path match.HttpMatch.BuilderHttpMatch. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type HttpMatch.Builder Modifier and Type Method Description static Class<? extends HttpMatch.Builder>HttpMatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type HttpMatch.Builder Modifier and Type Method Description static RuleMatchRuleMatch. fromHttpMatch(Consumer<HttpMatch.Builder> httpMatch)Create an instance of this class withRuleMatch.httpMatch()initialized to the given value.default RuleMatch.BuilderRuleMatch.Builder. httpMatch(Consumer<HttpMatch.Builder> httpMatch)The HTTP criteria that a rule must match.
-