| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpMatch.Builder |
HttpMatch.builder() |
HttpMatch.Builder |
HttpMatch.Builder.headerMatches(Collection<HeaderMatch> headerMatches)
The header matches.
|
HttpMatch.Builder |
HttpMatch.Builder.headerMatches(Consumer<HeaderMatch.Builder>... headerMatches)
The header matches.
|
HttpMatch.Builder |
HttpMatch.Builder.headerMatches(HeaderMatch... headerMatches)
The header matches.
|
HttpMatch.Builder |
HttpMatch.Builder.method(String method)
The HTTP method type.
|
default HttpMatch.Builder |
HttpMatch.Builder.pathMatch(Consumer<PathMatch.Builder> pathMatch)
The path match.
|
HttpMatch.Builder |
HttpMatch.Builder.pathMatch(PathMatch pathMatch)
The path match.
|
HttpMatch.Builder |
HttpMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpMatch.Builder> |
HttpMatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static RuleMatch |
RuleMatch.fromHttpMatch(Consumer<HttpMatch.Builder> httpMatch)
Create an instance of this class with
RuleMatch.httpMatch() initialized to the given value. |
default RuleMatch.Builder |
RuleMatch.Builder.httpMatch(Consumer<HttpMatch.Builder> httpMatch)
The HTTP criteria that a rule must match.
|
Copyright © 2023. All rights reserved.