Uses of Class
software.amazon.awssdk.services.vpclattice.model.PathMatchType
-
Packages that use PathMatchType Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of PathMatchType in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return PathMatchType Modifier and Type Method Description static PathMatchTypePathMatchType. fromExact(String exact)Create an instance of this class withexact()initialized to the given value.static PathMatchTypePathMatchType. fromPrefix(String prefix)Create an instance of this class withprefix()initialized to the given value.PathMatchTypePathMatch. match()The type of path match.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type PathMatchType Modifier and Type Method Description PathMatch.BuilderPathMatch.Builder. match(PathMatchType match)The type of path match.
-