@Generated(value="software.amazon.awssdk:codegen") public enum InstanceAttributeName extends Enum<InstanceAttributeName>
Modifier and Type | Method and Description |
---|---|
static InstanceAttributeName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<InstanceAttributeName> |
knownValues()
|
String |
toString() |
static InstanceAttributeName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAttributeName INSTANCE_TYPE
public static final InstanceAttributeName KERNEL
public static final InstanceAttributeName RAMDISK
public static final InstanceAttributeName USER_DATA
public static final InstanceAttributeName DISABLE_API_TERMINATION
public static final InstanceAttributeName INSTANCE_INITIATED_SHUTDOWN_BEHAVIOR
public static final InstanceAttributeName ROOT_DEVICE_NAME
public static final InstanceAttributeName BLOCK_DEVICE_MAPPING
public static final InstanceAttributeName PRODUCT_CODES
public static final InstanceAttributeName SOURCE_DEST_CHECK
public static final InstanceAttributeName GROUP_SET
public static final InstanceAttributeName EBS_OPTIMIZED
public static final InstanceAttributeName SRIOV_NET_SUPPORT
public static final InstanceAttributeName ENA_SUPPORT
public static final InstanceAttributeName ENCLAVE_OPTIONS
public static final InstanceAttributeName UNKNOWN_TO_SDK_VERSION
public static InstanceAttributeName[] values()
for (InstanceAttributeName c : InstanceAttributeName.values()) System.out.println(c);
public static InstanceAttributeName 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 String toString()
toString
in class Enum<InstanceAttributeName>
public static InstanceAttributeName fromValue(String value)
value
- real valuepublic static Set<InstanceAttributeName> knownValues()
values()
to return a Set
of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION
.Set
of known InstanceAttributeName
sCopyright © 2021. All rights reserved.