Uses of Enum
com.amazonaws.services.gamelift.model.EventCode
Packages that use EventCode
-
Uses of EventCode in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EventCodeModifier and TypeMethodDescriptionstatic EventCode
Use this in place of valueOf.static EventCode
Returns the enum constant of this type with the specified name.static EventCode[]
EventCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.gamelift.model with parameters of type EventCodeModifier and TypeMethodDescriptionvoid
Event.setEventCode
(EventCode eventCode) Type of event being logged.Event.withEventCode
(EventCode eventCode) Type of event being logged.