Uses of Enum
com.amazonaws.services.ec2.model.EventType
Packages that use EventType
-
Uses of EventType in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EventTypeModifier and TypeMethodDescriptionstatic EventType
Use this in place of valueOf.static EventType
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 EventTypeModifier and TypeMethodDescriptionvoid
DescribeSpotFleetRequestHistoryRequest.setEventType
(EventType eventType) The type of events to describe.void
HistoryRecord.setEventType
(EventType eventType) The event type.DescribeSpotFleetRequestHistoryRequest.withEventType
(EventType eventType) The type of events to describe.HistoryRecord.withEventType
(EventType eventType) The event type.