Uses of Enum
software.amazon.awssdk.services.lambda.model.EventSourceMappingSystemLogLevel
Packages that use EventSourceMappingSystemLogLevel
-
Uses of EventSourceMappingSystemLogLevel in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventSourceMappingSystemLogLevelModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.EventSourceMappingLoggingConfig.systemLogLevel()The log level you want your event source mapping to use.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 EventSourceMappingSystemLogLevelModifier and TypeMethodDescriptionstatic Set<EventSourceMappingSystemLogLevel>EventSourceMappingSystemLogLevel.knownValues()Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventSourceMappingSystemLogLevelModifier and TypeMethodDescriptionEventSourceMappingLoggingConfig.Builder.systemLogLevel(EventSourceMappingSystemLogLevel systemLogLevel) The log level you want your event source mapping to use.