| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
HttpMatch |
HttpMatch.clone() |
HttpMatch |
RuleMatch.getHttpMatch()
The HTTP criteria that a rule must match.
|
HttpMatch |
HttpMatch.withHeaderMatches(Collection<HeaderMatch> headerMatches)
The header matches.
|
HttpMatch |
HttpMatch.withHeaderMatches(HeaderMatch... headerMatches)
The header matches.
|
HttpMatch |
HttpMatch.withMethod(String method)
The HTTP method type.
|
HttpMatch |
HttpMatch.withPathMatch(PathMatch pathMatch)
The path match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMatch.setHttpMatch(HttpMatch httpMatch)
The HTTP criteria that a rule must match.
|
RuleMatch |
RuleMatch.withHttpMatch(HttpMatch httpMatch)
The HTTP criteria that a rule must match.
|
Copyright © 2023. All rights reserved.