@Generated public enum DiskTypeEbsVolumeType extends Enum<DiskTypeEbsVolumeType>
| Enum Constant and Description |
|---|
GENERAL_PURPOSE_SSD |
THROUGHPUT_OPTIMIZED_HDD |
| Modifier and Type | Method and Description |
|---|---|
static DiskTypeEbsVolumeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskTypeEbsVolumeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiskTypeEbsVolumeType GENERAL_PURPOSE_SSD
public static final DiskTypeEbsVolumeType THROUGHPUT_OPTIMIZED_HDD
public static DiskTypeEbsVolumeType[] values()
for (DiskTypeEbsVolumeType c : DiskTypeEbsVolumeType.values()) System.out.println(c);
public static DiskTypeEbsVolumeType 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 © 2024. All rights reserved.