public static enum LogSourceResource.Type extends Enum<LogSourceResource.Type>
LogSourceResource.type()| Enum Constant and Description |
|---|
AWS_LOG_SOURCE |
CUSTOM_LOG_SOURCE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static LogSourceResource.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogSourceResource.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogSourceResource.Type AWS_LOG_SOURCE
public static final LogSourceResource.Type CUSTOM_LOG_SOURCE
public static final LogSourceResource.Type UNKNOWN_TO_SDK_VERSION
public static LogSourceResource.Type[] values()
for (LogSourceResource.Type c : LogSourceResource.Type.values()) System.out.println(c);
public static LogSourceResource.Type 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.