Uses of Class
software.amazon.awssdk.services.emr.model.EbsBlockDeviceConfig
-
Packages that use EbsBlockDeviceConfig Package Description software.amazon.awssdk.services.emr.model -
-
Uses of EbsBlockDeviceConfig in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type EbsBlockDeviceConfig Modifier and Type Method Description List<EbsBlockDeviceConfig>EbsConfiguration. ebsBlockDeviceConfigs()An array of Amazon EBS volume specifications attached to a cluster instance.Methods in software.amazon.awssdk.services.emr.model with parameters of type EbsBlockDeviceConfig Modifier and Type Method Description EbsConfiguration.BuilderEbsConfiguration.Builder. ebsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)An array of Amazon EBS volume specifications attached to a cluster instance.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type EbsBlockDeviceConfig Modifier and Type Method Description EbsConfiguration.BuilderEbsConfiguration.Builder. ebsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)An array of Amazon EBS volume specifications attached to a cluster instance.
-