Uses of Class
org.jclouds.ec2.domain.Volume
-
Packages that use Volume Package Description org.jclouds.ec2.domain org.jclouds.ec2.features org.jclouds.ec2.predicates org.jclouds.ec2.xml -
-
Uses of Volume in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Volume Modifier and Type Method Description Volume
Volume.Builder. build()
Methods in org.jclouds.ec2.domain with parameters of type Volume Modifier and Type Method Description int
Volume. compareTo(Volume that)
Volume.Builder
Volume.Builder. fromVolume(Volume in)
-
Uses of Volume in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return Volume Modifier and Type Method Description Volume
ElasticBlockStoreApi. createVolumeFromSnapshotInAvailabilityZone(String availabilityZone, int size, String snapshotId)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.Volume
ElasticBlockStoreApi. createVolumeFromSnapshotInAvailabilityZone(String availabilityZone, String snapshotId)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.Volume
ElasticBlockStoreApi. createVolumeInAvailabilityZone(String availabilityZone, int size)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.Volume
ElasticBlockStoreApi. createVolumeInAvailabilityZone(String availabilityZone, CreateVolumeOptions... options)
Creates a new Amazon EBS volume to which any Amazon EC2 instance can attach within the same Availability Zone.Methods in org.jclouds.ec2.features that return types with arguments of type Volume Modifier and Type Method Description Set<Volume>
ElasticBlockStoreApi. describeVolumesInRegion(String region, String... volumeIds)
Describes the specified Amazon EBS volumes that you own.Set<Volume>
ElasticBlockStoreApi. describeVolumesInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Describes the specified Amazon EBS volumes that you own and match the given filters. -
Uses of Volume in org.jclouds.ec2.predicates
Methods in org.jclouds.ec2.predicates with parameters of type Volume Modifier and Type Method Description boolean
VolumeAvailable. apply(Volume volume)
-
Uses of Volume in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return Volume Modifier and Type Method Description Volume
CreateVolumeResponseHandler. getResult()
Methods in org.jclouds.ec2.xml that return types with arguments of type Volume Modifier and Type Method Description Set<Volume>
DescribeVolumesResponseHandler. getResult()
-