Uses of Class
com.amazonaws.services.elasticmapreduce.model.EbsBlockDeviceConfig
Packages that use EbsBlockDeviceConfig
-
Uses of EbsBlockDeviceConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return EbsBlockDeviceConfigModifier and TypeMethodDescriptionEbsBlockDeviceConfig.clone()
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.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 EbsBlockDeviceConfigMethods in com.amazonaws.services.elasticmapreduce.model with parameters of type EbsBlockDeviceConfigModifier and TypeMethodDescriptionEbsConfiguration.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 EbsBlockDeviceConfigModifier and TypeMethodDescriptionvoid
EbsConfiguration.setEbsBlockDeviceConfigs
(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) EbsConfiguration.withEbsBlockDeviceConfigs
(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)