Uses of Enum
com.amazonaws.services.opsworks.model.VolumeType
Packages that use VolumeType
-
Uses of VolumeType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return VolumeTypeModifier and TypeMethodDescriptionstatic VolumeTypeUse this in place of valueOf.static VolumeTypeReturns 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.Methods in com.amazonaws.services.opsworks.model with parameters of type VolumeTypeModifier and TypeMethodDescriptionvoidEbsBlockDevice.setVolumeType(VolumeType volumeType) The volume type.EbsBlockDevice.withVolumeType(VolumeType volumeType) The volume type.