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 |
Volume.setVolumeType(VolumeType volumeType)
The volume type.
|
void |
CreateVolumeRequest.setVolumeType(VolumeType volumeType)
The volume type.
|
void |
EbsBlockDevice.setVolumeType(VolumeType volumeType)
The volume type:
gp2 , io1 , st1 ,
sc1 , or standard . |
Volume |
Volume.withVolumeType(VolumeType volumeType)
The volume type.
|
CreateVolumeRequest |
CreateVolumeRequest.withVolumeType(VolumeType volumeType)
The volume type.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type:
gp2 , io1 , st1 ,
sc1 , or standard . |
Copyright © 2018. All rights reserved.