| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static PathMatch.Builder |
PathMatch.builder() |
PathMatch.Builder |
PathMatch.Builder.caseSensitive(Boolean caseSensitive)
Indicates whether the match is case sensitive.
|
default PathMatch.Builder |
PathMatch.Builder.match(Consumer<PathMatchType.Builder> match)
The type of path match.
|
PathMatch.Builder |
PathMatch.Builder.match(PathMatchType match)
The type of path match.
|
PathMatch.Builder |
PathMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PathMatch.Builder> |
PathMatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HttpMatch.Builder |
HttpMatch.Builder.pathMatch(Consumer<PathMatch.Builder> pathMatch)
The path match.
|
Copyright © 2023. All rights reserved.