Uses of Interface
software.amazon.awssdk.services.vpclattice.model.PathMatchType.Builder
-
Packages that use PathMatchType.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of PathMatchType.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return PathMatchType.Builder Modifier and Type Method Description static PathMatchType.BuilderPathMatchType. builder()PathMatchType.BuilderPathMatchType.Builder. exact(String exact)An exact match of the path.PathMatchType.BuilderPathMatchType.Builder. prefix(String prefix)A prefix match of the path.PathMatchType.BuilderPathMatchType. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type PathMatchType.Builder Modifier and Type Method Description static Class<? extends PathMatchType.Builder>PathMatchType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type PathMatchType.Builder Modifier and Type Method Description default PathMatch.BuilderPathMatch.Builder. match(Consumer<PathMatchType.Builder> match)The type of path match.
-