| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static HeaderMatchType |
HeaderMatchType.fromContains(String contains)
Create an instance of this class with
contains() initialized to the given value. |
static HeaderMatchType |
HeaderMatchType.fromExact(String exact)
Create an instance of this class with
exact() initialized to the given value. |
static HeaderMatchType |
HeaderMatchType.fromPrefix(String prefix)
Create an instance of this class with
prefix() initialized to the given value. |
HeaderMatchType |
HeaderMatch.match()
The header match type.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderMatch.Builder |
HeaderMatch.Builder.match(HeaderMatchType match)
The header match type.
|
Copyright © 2023. All rights reserved.