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 VolumeSpecification
EbsBlockDevice. 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.VolumeSpecification
EbsBlockDeviceConfig. 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.Builder
EbsBlockDevice.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.Builder
EbsBlockDeviceConfig.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.
-