Uses of Class
com.amazonaws.services.gamelift.model.EventCode
-
Packages that use EventCode Package Description com.amazonaws.services.gamelift.model -
-
Uses of EventCode in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return EventCode Modifier and Type Method Description static EventCodeEventCode. fromValue(String value)Use this in place of valueOf.static EventCodeEventCode. valueOf(String name)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 EventCode Modifier and Type Method Description voidEvent. setEventCode(EventCode eventCode)Type of event being logged.EventEvent. withEventCode(EventCode eventCode)Type of event being logged.
-