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

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

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

Methods in com.amazonaws.services.ec2.model that return VolumeStatusItem
 VolumeStatusItem VolumeStatusItem.withActions(Collection<VolumeStatusAction> actions)
          The details of the operation.
 VolumeStatusItem VolumeStatusItem.withActions(VolumeStatusAction... actions)
          The details of the operation.
 VolumeStatusItem VolumeStatusItem.withAvailabilityZone(String availabilityZone)
          The Availability Zone of the volume.
 VolumeStatusItem VolumeStatusItem.withEvents(Collection<VolumeStatusEvent> events)
          A list of events associated with the volume.
 VolumeStatusItem VolumeStatusItem.withEvents(VolumeStatusEvent... events)
          A list of events associated with the volume.
 VolumeStatusItem VolumeStatusItem.withVolumeId(String volumeId)
          The volume ID.
 VolumeStatusItem VolumeStatusItem.withVolumeStatus(VolumeStatusInfo volumeStatus)
          The volume status.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeStatusItem
 List<VolumeStatusItem> DescribeVolumeStatusResult.getVolumeStatuses()
          A list of volumes.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusItem
 DescribeVolumeStatusResult DescribeVolumeStatusResult.withVolumeStatuses(VolumeStatusItem... volumeStatuses)
          A list of volumes.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusItem
 void DescribeVolumeStatusResult.setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
          A list of volumes.
 DescribeVolumeStatusResult DescribeVolumeStatusResult.withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
          A list of volumes.
 



Copyright © 2016. All rights reserved.