Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.EventName
-
Packages that use EventName Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of EventName in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return EventName Modifier and Type Method Description static EventNameEventName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventNameEvent. name()The name of the event.static EventNameEventName. valueOf(String name)Returns the enum constant of this type with the specified name.static EventName[]EventName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type EventName Modifier and Type Method Description static Set<EventName>EventName. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type EventName Modifier and Type Method Description Event.BuilderEvent.Builder. name(EventName name)The name of the event.
-