Uses of Class
com.oracle.bmc.loadbalancer.model.PathMatchType.MatchType
-
Packages that use PathMatchType.MatchType Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of PathMatchType.MatchType in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathMatchType.MatchType Modifier and Type Method Description static PathMatchType.MatchTypePathMatchType.MatchType. create(String key)PathMatchType.MatchTypePathMatchType. getMatchType()Specifies how the load balancing service compares apathRouteobject’s path string against the incoming URI.static PathMatchType.MatchTypePathMatchType.MatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static PathMatchType.MatchType[]PathMatchType.MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loadbalancer.model with parameters of type PathMatchType.MatchType Modifier and Type Method Description PathMatchType.BuilderPathMatchType.Builder. matchType(PathMatchType.MatchType matchType)Specifies how the load balancing service compares apathRouteobject’s path string against the incoming URI.Constructors in com.oracle.bmc.loadbalancer.model with parameters of type PathMatchType.MatchType Constructor Description PathMatchType(PathMatchType.MatchType matchType)Deprecated.
-