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