public enum EbsEncryptRootVolume extends Enum<EbsEncryptRootVolume>
Enum Constant and Description |
---|
DEFAULT |
ENCRYPTED |
UNENCRYPTED |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayText() |
Boolean |
getValue() |
static EbsEncryptRootVolume |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EbsEncryptRootVolume[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EbsEncryptRootVolume DEFAULT
public static final EbsEncryptRootVolume ENCRYPTED
public static final EbsEncryptRootVolume UNENCRYPTED
public static EbsEncryptRootVolume[] values()
for (EbsEncryptRootVolume c : EbsEncryptRootVolume.values()) System.out.println(c);
public static EbsEncryptRootVolume 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 null@NonNull public String getDisplayText()
public Boolean getValue()
Copyright © 2016–2021. All rights reserved.