Uses of Class
com.amazonaws.services.ec2.model.Volume

Packages that use Volume
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of Volume in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return Volume
 Volume CreateVolumeResult.getVolume()
           
 Volume Volume.withAttachments(Collection<VolumeAttachment> attachments)
           Returns a reference to this object so that method calls can be chained together.
 Volume Volume.withAttachments(VolumeAttachment... attachments)
           Returns a reference to this object so that method calls can be chained together.
 Volume Volume.withAvailabilityZone(String availabilityZone)
          The Availability Zone for the volume.
 Volume Volume.withCreateTime(Date createTime)
          The time stamp when volume creation was initiated.
 Volume Volume.withEncrypted(Boolean encrypted)
          Indicates whether the volume is encrypted.
 Volume Volume.withIops(Integer iops)
          The number of I/O operations per second (IOPS) that the volume supports.
 Volume Volume.withSize(Integer size)
          The size of the volume, in GiBs.
 Volume Volume.withSnapshotId(String snapshotId)
          The snapshot from which the volume was created, if applicable.
 Volume Volume.withState(String state)
          The volume state.
 Volume Volume.withState(VolumeState state)
          The volume state.
 Volume Volume.withTags(Collection<Tag> tags)
          Any tags assigned to the volume.
 Volume Volume.withTags(Tag... tags)
          Any tags assigned to the volume.
 Volume Volume.withVolumeId(String volumeId)
          The ID of the volume.
 Volume Volume.withVolumeType(String volumeType)
          The volume type.
 Volume Volume.withVolumeType(VolumeType volumeType)
          The volume type.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type Volume
 List<Volume> DescribeVolumesResult.getVolumes()
           
 

Methods in com.amazonaws.services.ec2.model with parameters of type Volume
 void CreateVolumeResult.setVolume(Volume volume)
           
 CreateVolumeResult CreateVolumeResult.withVolume(Volume volume)
           Returns a reference to this object so that method calls can be chained together.
 DescribeVolumesResult DescribeVolumesResult.withVolumes(Volume... volumes)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type Volume
 void DescribeVolumesResult.setVolumes(Collection<Volume> volumes)
           
 DescribeVolumesResult DescribeVolumesResult.withVolumes(Collection<Volume> volumes)
           Returns a reference to this object so that method calls can be chained together.
 



Copyright © 2016. All rights reserved.