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

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

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

Methods in com.amazonaws.services.ec2.model that return VolumeStatusEvent
 VolumeStatusEvent VolumeStatusEvent.withDescription(String description)
          A description of the event.
 VolumeStatusEvent VolumeStatusEvent.withEventId(String eventId)
          The ID of this event.
 VolumeStatusEvent VolumeStatusEvent.withEventType(String eventType)
          The type of this event.
 VolumeStatusEvent VolumeStatusEvent.withNotAfter(Date notAfter)
          The latest end time of the event.
 VolumeStatusEvent VolumeStatusEvent.withNotBefore(Date notBefore)
          The earliest start time of the event.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VolumeStatusEvent
 List<VolumeStatusEvent> VolumeStatusItem.getEvents()
          A list of events associated with the volume.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusEvent
 VolumeStatusItem VolumeStatusItem.withEvents(VolumeStatusEvent... events)
          A list of events associated with the volume.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VolumeStatusEvent
 void VolumeStatusItem.setEvents(Collection<VolumeStatusEvent> events)
          A list of events associated with the volume.
 VolumeStatusItem VolumeStatusItem.withEvents(Collection<VolumeStatusEvent> events)
          A list of events associated with the volume.
 



Copyright © 2016. All rights reserved.