Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap.PathMatcher
Packages that use UrlMap.PathMatcher
-
Uses of UrlMap.PathMatcher in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap.PathMatcherModifier and TypeMethodDescriptionstatic UrlMap.PathMatcher
UrlMap.PathMatcher.create
(String name, String description, URI defaultService, List<UrlMap.PathMatcher.PathRule> pathRules) Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type UrlMap.PathMatcher -
Uses of UrlMap.PathMatcher in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return types with arguments of type UrlMap.PathMatcherMethod parameters in org.jclouds.googlecomputeengine.options with type arguments of type UrlMap.PathMatcherModifier and TypeMethodDescriptionUrlMapOptions.Builder.pathMatchers
(List<UrlMap.PathMatcher> pathMatchers) The list of named PathMatchers to use against the URL.