Uses of Interface
org.jclouds.ec2.features.ElasticBlockStoreApi
-
Packages that use ElasticBlockStoreApi Package Description 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 Modifier and Type Method Description 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 Constructor Description SnapshotCompleted(ElasticBlockStoreApi client)
VolumeAttached(ElasticBlockStoreApi client)
VolumeAvailable(ElasticBlockStoreApi client)
VolumeDetached(ElasticBlockStoreApi client)
-