Uses of Class
org.jclouds.profitbricks.domain.Storage
- 
Packages that use Storage Package Description org.jclouds.profitbricks.compute.function org.jclouds.profitbricks.domain org.jclouds.profitbricks.features org.jclouds.profitbricks.http.parser.storage  - 
- 
Uses of Storage in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function with parameters of type Storage Modifier and Type Method Description VolumeStorageToVolume. apply(Storage storage) - 
Uses of Storage in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Storage Modifier and Type Method Description StorageStorage.Builder. build()Methods in org.jclouds.profitbricks.domain that return types with arguments of type Storage Modifier and Type Method Description abstract List<Storage>DataCenter. storages()abstract List<Storage>Server. storages()Method parameters in org.jclouds.profitbricks.domain with type arguments of type Storage Modifier and Type Method Description abstract DataCenter.BuilderDataCenter.Builder. storages(List<Storage> storages)abstract Server.BuilderServer.Builder. storages(List<Storage> storages) - 
Uses of Storage in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features that return Storage Modifier and Type Method Description StorageStorageApi. getStorage(String id)Methods in org.jclouds.profitbricks.features that return types with arguments of type Storage Modifier and Type Method Description List<Storage>StorageApi. getAllStorages() - 
Uses of Storage in org.jclouds.profitbricks.http.parser.storage
Methods in org.jclouds.profitbricks.http.parser.storage that return Storage Modifier and Type Method Description StorageStorageInfoResponseHandler. getResult()Methods in org.jclouds.profitbricks.http.parser.storage that return types with arguments of type Storage Modifier and Type Method Description List<Storage>StorageListResponseHandler. getResult() 
 -