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 EventTypeUse this in place of valueOf.static EventTypeReturns 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 TypeMethodDescriptionvoidDescribeSpotFleetRequestHistoryRequest.setEventType(EventType eventType) The type of events to describe.voidHistoryRecord.setEventType(EventType eventType) The event type.DescribeSpotFleetRequestHistoryRequest.withEventType(EventType eventType) The type of events to describe.HistoryRecord.withEventType(EventType eventType) The event type.