Uses of Class
com.oracle.bmc.loadbalancer.model.PathMatchType
-
Packages that use PathMatchType Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of PathMatchType in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathMatchType Modifier and Type Method Description PathMatchTypePathMatchType.Builder. build()PathMatchTypePathRoute. getPathMatchType()The type of matching to apply to incoming URIs.Methods in com.oracle.bmc.loadbalancer.model with parameters of type PathMatchType Modifier and Type Method Description PathMatchType.BuilderPathMatchType.Builder. copy(PathMatchType model)PathRoute.BuilderPathRoute.Builder. pathMatchType(PathMatchType pathMatchType)The type of matching to apply to incoming URIs.Constructors in com.oracle.bmc.loadbalancer.model with parameters of type PathMatchType Constructor Description PathRoute(String path, PathMatchType pathMatchType, String backendSetName)Deprecated.
-