| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderMatchType |
HeaderMatchType.clone() |
HeaderMatchType |
HeaderMatch.getMatch()
The header match type.
|
HeaderMatchType |
HeaderMatchType.withContains(String contains)
Specifies a contains type match.
|
HeaderMatchType |
HeaderMatchType.withExact(String exact)
Specifies an exact type match.
|
HeaderMatchType |
HeaderMatchType.withPrefix(String prefix)
Specifies a prefix type match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderMatch.setMatch(HeaderMatchType match)
The header match type.
|
HeaderMatch |
HeaderMatch.withMatch(HeaderMatchType match)
The header match type.
|
Copyright © 2023. All rights reserved.