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 EventInformationEventInformation. clone()EventInformationHistoryRecord. getEventInformation()Information about the event.EventInformationEventInformation. withEventDescription(String eventDescription)The description of the event.EventInformationEventInformation. withEventSubType(String eventSubType)The event.EventInformationEventInformation. 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 voidHistoryRecord. setEventInformation(EventInformation eventInformation)Information about the event.HistoryRecordHistoryRecord. withEventInformation(EventInformation eventInformation)Information about the event.
-