Uses of Class
com.amazonaws.services.elasticmapreduce.model.VolumeSpecification
-
Packages that use VolumeSpecification Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of VolumeSpecification in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return VolumeSpecification Modifier and Type Method Description VolumeSpecificationVolumeSpecification. clone()VolumeSpecificationEbsBlockDevice. getVolumeSpecification()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.VolumeSpecificationEbsBlockDeviceConfig. getVolumeSpecification()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.VolumeSpecificationVolumeSpecification. withIops(Integer iops)The number of I/O operations per second (IOPS) that the volume supports.VolumeSpecificationVolumeSpecification. withSizeInGB(Integer sizeInGB)The volume size, in gibibytes (GiB).VolumeSpecificationVolumeSpecification. withVolumeType(String volumeType)The volume type.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type VolumeSpecification Modifier and Type Method Description voidEbsBlockDevice. setVolumeSpecification(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.voidEbsBlockDeviceConfig. setVolumeSpecification(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.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.EbsBlockDeviceConfigEbsBlockDeviceConfig. 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.
-