Uses of Class
software.amazon.awssdk.services.emr.model.VolumeSpecification
-
Packages that use VolumeSpecification Package Description software.amazon.awssdk.services.emr.model -
-
Uses of VolumeSpecification in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return VolumeSpecification Modifier and Type Method Description VolumeSpecificationEbsBlockDevice. volumeSpecification()EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.VolumeSpecificationEbsBlockDeviceConfig. volumeSpecification()EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.Methods in software.amazon.awssdk.services.emr.model with parameters of type VolumeSpecification Modifier and Type Method Description EbsBlockDevice.BuilderEbsBlockDevice.Builder. volumeSpecification(VolumeSpecification volumeSpecification)EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.EbsBlockDeviceConfig.BuilderEbsBlockDeviceConfig.Builder. volumeSpecification(VolumeSpecification volumeSpecification)EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
-