Uses of Class
com.amazonaws.services.ec2.model.EventInformation
Packages that use EventInformation
-
Uses of EventInformation in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EventInformationModifier and TypeMethodDescriptionEventInformation.clone()
HistoryRecord.getEventInformation()
Information about the event.EventInformation.withEventDescription
(String eventDescription) The description of the event.EventInformation.withEventSubType
(String eventSubType) The event.EventInformation.withInstanceId
(String instanceId) The ID of the instance.Methods in com.amazonaws.services.ec2.model with parameters of type EventInformationModifier and TypeMethodDescriptionvoid
HistoryRecord.setEventInformation
(EventInformation eventInformation) Information about the event.HistoryRecord.withEventInformation
(EventInformation eventInformation) Information about the event.