Uses of Class
com.amazonaws.services.elasticmapreduce.model.VolumeSpecification
Packages that use VolumeSpecification
-
Uses of VolumeSpecification in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return VolumeSpecificationModifier and TypeMethodDescriptionVolumeSpecification.clone()
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.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.The number of I/O operations per second (IOPS) that the volume supports.VolumeSpecification.withSizeInGB
(Integer sizeInGB) The volume size, in gibibytes (GiB).VolumeSpecification.withVolumeType
(String volumeType) The volume type.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type VolumeSpecificationModifier and TypeMethodDescriptionvoid
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.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.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.