Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
static LogLevel |
LogLevel.fromValue(String value)
Use this in place of valueOf.
|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoggingConfiguration |
LoggingConfiguration.withLevel(LogLevel level)
Defines which category of execution history events are logged.
|
Copyright © 2022. All rights reserved.