Uses of Class
com.amazonaws.services.elasticmapreduce.model.EbsBlockDeviceConfig
-
Packages that use EbsBlockDeviceConfig Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of EbsBlockDeviceConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return EbsBlockDeviceConfig Modifier and Type Method Description EbsBlockDeviceConfig
EbsBlockDeviceConfig. clone()
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.EbsBlockDeviceConfig
EbsBlockDeviceConfig. withVolumesPerInstance(Integer volumesPerInstance)
Number of EBS volumes with specific volume configuration, that will be associated with every instance in the instance groupMethods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type EbsBlockDeviceConfig Modifier and Type Method Description List<EbsBlockDeviceConfig>
EbsConfiguration. getEbsBlockDeviceConfigs()
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type EbsBlockDeviceConfig Modifier and Type Method Description EbsConfiguration
EbsConfiguration. withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type EbsBlockDeviceConfig Modifier and Type Method Description void
EbsConfiguration. setEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
EbsConfiguration
EbsConfiguration. withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
-