Uses of Interface
org.jclouds.location.predicates.RegionIdFilter
-
Packages that use RegionIdFilter Package Description org.jclouds.location.config org.jclouds.location.predicates.fromconfig -
-
Uses of RegionIdFilter in org.jclouds.location.config
Methods in org.jclouds.location.config with parameters of type RegionIdFilter Modifier and Type Method Description protected com.google.common.base.Supplier<Set<String>>LocationModule. regionIdsSupplier(AtomicReference<AuthorizationException> authException, long seconds, RegionIdFilter filter, RegionIdsSupplier uncached) -
Uses of RegionIdFilter in org.jclouds.location.predicates.fromconfig
Classes in org.jclouds.location.predicates.fromconfig that implement RegionIdFilter Modifier and Type Class Description classAnyOrConfiguredRegionIdIf there are regions configured inRegionIdsFromConfiguration, return true if that set contains the input param.
-