Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.EventErrorCode
-
Packages that use EventErrorCode Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of EventErrorCode in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return EventErrorCode Modifier and Type Method Description EventErrorCodeEvent. errorCode()If the event is an error event, the error code is provided to give insight into the specific error that occurred.static EventErrorCodeEventErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventErrorCodeEventErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static EventErrorCode[]EventErrorCode. 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 EventErrorCode Modifier and Type Method Description static Set<EventErrorCode>EventErrorCode. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type EventErrorCode Modifier and Type Method Description Event.BuilderEvent.Builder. errorCode(EventErrorCode errorCode)If the event is an error event, the error code is provided to give insight into the specific error that occurred.
-