Uses of Interface
org.jclouds.ec2.features.ElasticBlockStoreApi

Packages that use ElasticBlockStoreApi
org.jclouds.ec2   
org.jclouds.ec2.predicates   
 

Uses of ElasticBlockStoreApi in org.jclouds.ec2
 

Methods in org.jclouds.ec2 that return types with arguments of type ElasticBlockStoreApi
 com.google.common.base.Optional<? extends ElasticBlockStoreApi> EC2Api.getElasticBlockStoreApi()
          Provides synchronous access to Elastic Block Store services.
 com.google.common.base.Optional<? extends ElasticBlockStoreApi> EC2Api.getElasticBlockStoreApiForRegion(String region)
           
 

Uses of ElasticBlockStoreApi in org.jclouds.ec2.predicates
 

Constructors in org.jclouds.ec2.predicates with parameters of type ElasticBlockStoreApi
SnapshotCompleted(ElasticBlockStoreApi client)
           
VolumeAttached(ElasticBlockStoreApi client)
           
VolumeAvailable(ElasticBlockStoreApi client)
           
VolumeDetached(ElasticBlockStoreApi client)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.