| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
PathMatchType |
PathMatchType.clone() |
PathMatchType |
PathMatch.getMatch()
The type of path match.
|
PathMatchType |
PathMatchType.withExact(String exact)
An exact match of the path.
|
PathMatchType |
PathMatchType.withPrefix(String prefix)
A prefix match of the path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathMatch.setMatch(PathMatchType match)
The type of path match.
|
PathMatch |
PathMatch.withMatch(PathMatchType match)
The type of path match.
|
Copyright © 2023. All rights reserved.