Uses of Class
com.amazonaws.services.elasticmapreduce.model.EbsBlockDevice
-
Packages that use EbsBlockDevice Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of EbsBlockDevice in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return EbsBlockDevice Modifier and Type Method Description EbsBlockDeviceEbsBlockDevice. clone()EbsBlockDeviceEbsBlockDevice. withDevice(String device)The device name that is exposed to the instance, such as /dev/sdh.EbsBlockDeviceEbsBlockDevice. 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.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type EbsBlockDevice Modifier and Type Method Description List<EbsBlockDevice>InstanceGroup. getEbsBlockDevices()The EBS block devices that are mapped to this instance group.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type EbsBlockDevice Modifier and Type Method Description InstanceGroupInstanceGroup. withEbsBlockDevices(EbsBlockDevice... ebsBlockDevices)The EBS block devices that are mapped to this instance group.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type EbsBlockDevice Modifier and Type Method Description voidInstanceGroup. setEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)The EBS block devices that are mapped to this instance group.InstanceGroupInstanceGroup. withEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)The EBS block devices that are mapped to this instance group.
-