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 EbsVolumeEbsVolume. clone()EbsVolumeEbsVolume. withDevice(String device)The device name that is exposed to the instance, such as /dev/sdh.EbsVolumeEbsVolume. 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 InstanceInstance. 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 voidInstance. setEbsVolumes(Collection<EbsVolume> ebsVolumes)The list of EBS volumes that are attached to this instance.InstanceInstance. withEbsVolumes(Collection<EbsVolume> ebsVolumes)The list of EBS volumes that are attached to this instance.
-