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

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

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

Methods in com.amazonaws.services.ec2.model that return VolumeStatusAction
 VolumeStatusAction VolumeStatusAction.withCode(String code)
          The code identifying the operation, for example, enable-volume-io.
 VolumeStatusAction VolumeStatusAction.withDescription(String description)
          A description of the operation.
 VolumeStatusAction VolumeStatusAction.withEventId(String eventId)
          The ID of the event associated with this operation.
 VolumeStatusAction VolumeStatusAction.withEventType(String eventType)
          The event type associated with this operation.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeStatusAction
 List<VolumeStatusAction> VolumeStatusItem.getActions()
          The details of the operation.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusAction
 VolumeStatusItem VolumeStatusItem.withActions(VolumeStatusAction... actions)
          The details of the operation.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusAction
 void VolumeStatusItem.setActions(Collection<VolumeStatusAction> actions)
          The details of the operation.
 VolumeStatusItem VolumeStatusItem.withActions(Collection<VolumeStatusAction> actions)
          The details of the operation.
 



Copyright © 2016. All rights reserved.