Uses of Class
org.jclouds.googlecomputeengine.domain.UrlMap.PathMatcher.PathRule
- 
Packages that use UrlMap.PathMatcher.PathRule Package Description org.jclouds.googlecomputeengine.domain  - 
- 
Uses of UrlMap.PathMatcher.PathRule in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return UrlMap.PathMatcher.PathRule Modifier and Type Method Description static UrlMap.PathMatcher.PathRuleUrlMap.PathMatcher.PathRule. create(List<String> paths, URI service)Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type UrlMap.PathMatcher.PathRule Modifier and Type Method Description abstract List<UrlMap.PathMatcher.PathRule>UrlMap.PathMatcher. pathRules()Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type UrlMap.PathMatcher.PathRule Modifier and Type Method Description static UrlMap.PathMatcherUrlMap.PathMatcher. create(String name, String description, URI defaultService, List<UrlMap.PathMatcher.PathRule> pathRules) 
 -