@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.420Z") @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 © 2022. All rights reserved.