Uses of Class
com.amazonaws.services.ec2.model.EventCode
-
Packages that use EventCode Package Description com.amazonaws.services.ec2.model -
-
Uses of EventCode in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EventCode Modifier and Type Method Description static EventCode
EventCode. fromValue(String value)
Use this in place of valueOf.static EventCode
EventCode. 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.ec2.model with parameters of type EventCode Modifier and Type Method Description void
InstanceStatusEvent. setCode(EventCode code)
The event code.InstanceStatusEvent
InstanceStatusEvent. withCode(EventCode code)
The event code.
-