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 VolumeStatusEvent
VolumeStatusEvent. clone()
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 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 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 Modifier and Type Method Description 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.
-