Uses of Class
com.amazonaws.services.elasticmapreduce.model.EbsVolume
Packages that use EbsVolume
-
Uses of EbsVolume in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return EbsVolumeModifier and TypeMethodDescriptionEbsVolume.clone()
EbsVolume.withDevice
(String device) The device name that is exposed to the instance, such as /dev/sdh.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 EbsVolumeModifier and TypeMethodDescriptionInstance.getEbsVolumes()
The list of EBS volumes that are attached to this instance.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type EbsVolumeModifier and TypeMethodDescriptionInstance.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 EbsVolumeModifier and TypeMethodDescriptionvoid
Instance.setEbsVolumes
(Collection<EbsVolume> ebsVolumes) The list of EBS volumes that are attached to this instance.Instance.withEbsVolumes
(Collection<EbsVolume> ebsVolumes) The list of EBS volumes that are attached to this instance.