| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderMatch |
HeaderMatch.clone() |
HeaderMatch |
HeaderMatch.withCaseSensitive(Boolean caseSensitive)
Indicates whether the match is case sensitive.
|
HeaderMatch |
HeaderMatch.withMatch(HeaderMatchType match)
The header match type.
|
HeaderMatch |
HeaderMatch.withName(String name)
The name of the header.
|
| Modifier and Type | Method and Description |
|---|---|
List<HeaderMatch> |
HttpMatch.getHeaderMatches()
The header matches.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMatch |
HttpMatch.withHeaderMatches(HeaderMatch... headerMatches)
The header matches.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpMatch.setHeaderMatches(Collection<HeaderMatch> headerMatches)
The header matches.
|
HttpMatch |
HttpMatch.withHeaderMatches(Collection<HeaderMatch> headerMatches)
The header matches.
|
Copyright © 2023. All rights reserved.