| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeType |
VolumeType.fromValue(String value)
Use this in place of valueOf.
|
static VolumeType |
VolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeType[] |
VolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VolumeModification.setOriginalVolumeType(VolumeType originalVolumeType)
The original EBS volume type of the volume.
|
void |
VolumeModification.setTargetVolumeType(VolumeType targetVolumeType)
The target EBS volume type of the volume.
|
void |
Volume.setVolumeType(VolumeType volumeType)
The volume type.
|
void |
ModifyVolumeRequest.setVolumeType(VolumeType volumeType)
The target EBS volume type of the volume.
|
void |
CreateVolumeRequest.setVolumeType(VolumeType volumeType)
The volume type.
|
void |
EbsBlockDevice.setVolumeType(VolumeType volumeType)
The volume type.
|
VolumeModification |
VolumeModification.withOriginalVolumeType(VolumeType originalVolumeType)
The original EBS volume type of the volume.
|
VolumeModification |
VolumeModification.withTargetVolumeType(VolumeType targetVolumeType)
The target EBS volume type of the volume.
|
Volume |
Volume.withVolumeType(VolumeType volumeType)
The volume type.
|
ModifyVolumeRequest |
ModifyVolumeRequest.withVolumeType(VolumeType volumeType)
The target EBS volume type of the volume.
|
CreateVolumeRequest |
CreateVolumeRequest.withVolumeType(VolumeType volumeType)
The volume type.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withVolumeType(VolumeType volumeType)
The volume type.
|
Copyright © 2023. All rights reserved.