Uses of Class
com.amazonaws.services.ec2.model.EventType
-
Packages that use EventType Package Description com.amazonaws.services.ec2.model -
-
Uses of EventType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EventType Modifier and Type Method Description static EventTypeEventType. fromValue(String value)Use this in place of valueOf.static EventTypeEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type EventType Modifier and Type Method Description voidDescribeSpotFleetRequestHistoryRequest. setEventType(EventType eventType)The type of events to describe.voidHistoryRecord. setEventType(EventType eventType)The event type.DescribeSpotFleetRequestHistoryRequestDescribeSpotFleetRequestHistoryRequest. withEventType(EventType eventType)The type of events to describe.HistoryRecordHistoryRecord. withEventType(EventType eventType)The event type.
-