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