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 PathMatchType
PathMatchType.Builder. build()
PathMatchType
PathRoute. 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.Builder
PathMatchType.Builder. copy(PathMatchType model)
PathRoute.Builder
PathRoute.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.
-