@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:23.869Z") @Stability(value=Experimental) public enum LogType extends Enum<LogType>
Applies to synchronously invoked functions only.
Enum Constant and Description |
---|
NONE
(experimental) The log messages are not returned in the response.
|
TAIL
(experimental) The log messages are returned in the response.
|
Modifier and Type | Method and Description |
---|---|
static LogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final LogType NONE
@Stability(value=Experimental) public static final LogType TAIL
public static LogType[] values()
for (LogType c : LogType.values()) System.out.println(c);
public static LogType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023. All rights reserved.