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 EventType
EventType. fromValue(String value)
Use this in place of valueOf.static EventType
EventType. 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 void
DescribeSpotFleetRequestHistoryRequest. setEventType(EventType eventType)
The type of events to describe.void
HistoryRecord. setEventType(EventType eventType)
The event type.DescribeSpotFleetRequestHistoryRequest
DescribeSpotFleetRequestHistoryRequest. withEventType(EventType eventType)
The type of events to describe.HistoryRecord
HistoryRecord. withEventType(EventType eventType)
The event type.
-