| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
DeviceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeviceType |
Instance.rootDeviceType()
The root device type used by the AMI.
|
DeviceType |
Image.rootDeviceType()
The type of root device used by the AMI.
|
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeviceType> |
DeviceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.rootDeviceType(DeviceType rootDeviceType)
The root device type used by the AMI.
|
Image.Builder |
Image.Builder.rootDeviceType(DeviceType rootDeviceType)
The type of root device used by the AMI.
|
Copyright © 2020. All rights reserved.