Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap.PathMatcher
-
Packages that use UrlMap.PathMatcher Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options -
-
Uses of UrlMap.PathMatcher in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap.PathMatcher Modifier and Type Method Description static 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 Modifier and Type Method Description abstract List<UrlMap.PathMatcher>
UrlMap. pathMatchers()
-
Uses of UrlMap.PathMatcher in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return types with arguments of type UrlMap.PathMatcher Modifier and Type Method Description abstract List<UrlMap.PathMatcher>
UrlMapOptions. pathMatchers()
Method parameters in org.jclouds.googlecomputeengine.options with type arguments of type UrlMap.PathMatcher Modifier and Type Method Description UrlMapOptions.Builder
UrlMapOptions.Builder. pathMatchers(List<UrlMap.PathMatcher> pathMatchers)
The list of named PathMatchers to use against the URL.
-