Uses of Class
com.amazonaws.services.ec2.model.VolumeStatusEvent
-
Packages that use VolumeStatusEvent Package Description com.amazonaws.services.ec2.model -
-
Uses of VolumeStatusEvent in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VolumeStatusEvent Modifier and Type Method Description VolumeStatusEventVolumeStatusEvent. clone()VolumeStatusEventVolumeStatusEvent. withDescription(String description)A description of the event.VolumeStatusEventVolumeStatusEvent. withEventId(String eventId)The ID of this event.VolumeStatusEventVolumeStatusEvent. withEventType(String eventType)The type of this event.VolumeStatusEventVolumeStatusEvent. withNotAfter(Date notAfter)The latest end time of the event.VolumeStatusEventVolumeStatusEvent. 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 Modifier and Type Method Description List<VolumeStatusEvent>VolumeStatusItem. getEvents()A list of events associated with the volume.Methods in com.amazonaws.services.ec2.model with parameters of type VolumeStatusEvent Modifier and Type Method Description VolumeStatusItemVolumeStatusItem. 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 Modifier and Type Method Description voidVolumeStatusItem. setEvents(Collection<VolumeStatusEvent> events)A list of events associated with the volume.VolumeStatusItemVolumeStatusItem. withEvents(Collection<VolumeStatusEvent> events)A list of events associated with the volume.
-