@Generated(value="software.amazon.awssdk:codegen") public enum LogExport extends Enum<LogExport>
| Enum Constant and Description |
|---|
CONNECTIONLOG |
UNKNOWN_TO_SDK_VERSION |
USERACTIVITYLOG |
USERLOG |
| Modifier and Type | Method and Description |
|---|---|
static LogExport |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<LogExport> |
knownValues()
|
String |
toString() |
static LogExport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogExport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogExport USERACTIVITYLOG
public static final LogExport USERLOG
public static final LogExport CONNECTIONLOG
public static final LogExport UNKNOWN_TO_SDK_VERSION
public static LogExport[] values()
for (LogExport c : LogExport.values()) System.out.println(c);
public static LogExport 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 nullpublic static LogExport fromValue(String value)
value - real valueCopyright © 2022. All rights reserved.