Uses of Interface
software.amazon.awssdk.services.vpclattice.model.PathMatch.Builder
-
Packages that use PathMatch.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of PathMatch.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return PathMatch.Builder Modifier and Type Method Description static PathMatch.BuilderPathMatch. builder()PathMatch.BuilderPathMatch.Builder. caseSensitive(Boolean caseSensitive)Indicates whether the match is case sensitive.default PathMatch.BuilderPathMatch.Builder. match(Consumer<PathMatchType.Builder> match)The type of path match.PathMatch.BuilderPathMatch.Builder. match(PathMatchType match)The type of path match.PathMatch.BuilderPathMatch. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type PathMatch.Builder Modifier and Type Method Description static Class<? extends PathMatch.Builder>PathMatch. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type PathMatch.Builder Modifier and Type Method Description default HttpMatch.BuilderHttpMatch.Builder. pathMatch(Consumer<PathMatch.Builder> pathMatch)The path match.
-