Uses of Class
software.amazon.awssdk.services.lambda.model.EventSourceMappingSystemLogLevel
-
Packages that use EventSourceMappingSystemLogLevel Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EventSourceMappingSystemLogLevel in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventSourceMappingSystemLogLevel Modifier and Type Method Description static EventSourceMappingSystemLogLevelEventSourceMappingSystemLogLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EventSourceMappingSystemLogLevelEventSourceMappingLoggingConfig. systemLogLevel()The log level you want your event source mapping to use.static EventSourceMappingSystemLogLevelEventSourceMappingSystemLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSourceMappingSystemLogLevel[]EventSourceMappingSystemLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type EventSourceMappingSystemLogLevel Modifier and Type Method Description static Set<EventSourceMappingSystemLogLevel>EventSourceMappingSystemLogLevel. knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventSourceMappingSystemLogLevel Modifier and Type Method Description EventSourceMappingLoggingConfig.BuilderEventSourceMappingLoggingConfig.Builder. systemLogLevel(EventSourceMappingSystemLogLevel systemLogLevel)The log level you want your event source mapping to use.
-