Uses of Class
com.amazonaws.services.elasticmapreduce.model.EbsVolume
-
Packages that use EbsVolume Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of EbsVolume in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return EbsVolume Modifier and Type Method Description EbsVolume
EbsVolume. clone()
EbsVolume
EbsVolume. withDevice(String device)
The device name that is exposed to the instance, such as /dev/sdh.EbsVolume
EbsVolume. withVolumeId(String volumeId)
The volume identifier of the EBS volume.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type EbsVolume Modifier and Type Method Description List<EbsVolume>
Instance. getEbsVolumes()
The list of EBS volumes that are attached to this instance.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type EbsVolume Modifier and Type Method Description Instance
Instance. withEbsVolumes(EbsVolume... ebsVolumes)
The list of EBS volumes that are attached to this instance.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type EbsVolume Modifier and Type Method Description void
Instance. setEbsVolumes(Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.Instance
Instance. withEbsVolumes(Collection<EbsVolume> ebsVolumes)
The list of EBS volumes that are attached to this instance.
-