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