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