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