Uses of Class
com.amazonaws.services.elasticmapreduce.model.VolumeSpecification
-
Packages that use VolumeSpecification Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of VolumeSpecification in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return VolumeSpecification Modifier and Type Method Description VolumeSpecification
VolumeSpecification. clone()
VolumeSpecification
EbsBlockDevice. getVolumeSpecification()
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.VolumeSpecification
EbsBlockDeviceConfig. getVolumeSpecification()
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.VolumeSpecification
VolumeSpecification. withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.VolumeSpecification
VolumeSpecification. withSizeInGB(Integer sizeInGB)
The volume size, in gibibytes (GiB).VolumeSpecification
VolumeSpecification. withVolumeType(String volumeType)
The volume type.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type VolumeSpecification Modifier and Type Method Description void
EbsBlockDevice. setVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.void
EbsBlockDeviceConfig. setVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.EbsBlockDevice
EbsBlockDevice. withVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.EbsBlockDeviceConfig
EbsBlockDeviceConfig. withVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size(GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
-