| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeType |
VolumeType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VolumeType |
VolumeModification.originalVolumeType()
The original EBS volume type of the volume.
|
VolumeType |
VolumeModification.targetVolumeType()
The target EBS volume type of the volume.
|
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.
|
VolumeType |
LaunchTemplateEbsBlockDeviceRequest.volumeType()
The volume type.
|
VolumeType |
CreateVolumeRequest.volumeType()
The volume type.
|
VolumeType |
ModifyVolumeRequest.volumeType()
The target EBS volume type of the volume.
|
VolumeType |
Volume.volumeType()
The volume type.
|
VolumeType |
LaunchTemplateEbsBlockDevice.volumeType()
The volume type.
|
VolumeType |
CreateVolumeResponse.volumeType()
The volume type.
|
VolumeType |
EbsBlockDevice.volumeType()
The volume type.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VolumeType> |
VolumeType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VolumeModification.Builder |
VolumeModification.Builder.originalVolumeType(VolumeType originalVolumeType)
The original EBS volume type of the volume.
|
VolumeModification.Builder |
VolumeModification.Builder.targetVolumeType(VolumeType targetVolumeType)
The target EBS volume type of the volume.
|
LaunchTemplateEbsBlockDeviceRequest.Builder |
LaunchTemplateEbsBlockDeviceRequest.Builder.volumeType(VolumeType volumeType)
The volume type.
|
CreateVolumeRequest.Builder |
CreateVolumeRequest.Builder.volumeType(VolumeType volumeType)
The volume type.
|
ModifyVolumeRequest.Builder |
ModifyVolumeRequest.Builder.volumeType(VolumeType volumeType)
The target EBS volume type of the volume.
|
Volume.Builder |
Volume.Builder.volumeType(VolumeType volumeType)
The volume type.
|
LaunchTemplateEbsBlockDevice.Builder |
LaunchTemplateEbsBlockDevice.Builder.volumeType(VolumeType volumeType)
The volume type.
|
CreateVolumeResponse.Builder |
CreateVolumeResponse.Builder.volumeType(VolumeType volumeType)
The volume type.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeType(VolumeType volumeType)
The volume type.
|
Copyright © 2019. All rights reserved.