Uses of Class
org.jclouds.ec2.compute.loaders.RegionAndIdToImage
-
Packages that use RegionAndIdToImage Package Description org.jclouds.aws.ec2.compute.config org.jclouds.ec2.compute.config -
-
Uses of RegionAndIdToImage in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config with parameters of type RegionAndIdToImage Modifier and Type Method Description protected com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>>
AWSEC2ComputeServiceContextModule. guiceProvideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
protected com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>>
AWSEC2ComputeServiceContextModule. provideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
-
Uses of RegionAndIdToImage in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config with parameters of type RegionAndIdToImage Modifier and Type Method Description protected com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>>
EC2ComputeServiceContextModule. guiceProvideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
protected com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>>
EC2ComputeServiceContextModule. provideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
-