Uses of Class
software.amazon.awssdk.services.emr.model.EbsBlockDevice
-
Packages that use EbsBlockDevice Package Description software.amazon.awssdk.services.emr.model -
-
Uses of EbsBlockDevice in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type EbsBlockDevice Modifier and Type Method Description List<EbsBlockDevice>InstanceGroup. ebsBlockDevices()The EBS block devices that are mapped to this instance group.List<EbsBlockDevice>InstanceTypeSpecification. ebsBlockDevices()The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined byInstanceType.Methods in software.amazon.awssdk.services.emr.model with parameters of type EbsBlockDevice Modifier and Type Method Description InstanceGroup.BuilderInstanceGroup.Builder. ebsBlockDevices(EbsBlockDevice... ebsBlockDevices)The EBS block devices that are mapped to this instance group.InstanceTypeSpecification.BuilderInstanceTypeSpecification.Builder. ebsBlockDevices(EbsBlockDevice... ebsBlockDevices)The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined byInstanceType.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type EbsBlockDevice Modifier and Type Method Description InstanceGroup.BuilderInstanceGroup.Builder. ebsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)The EBS block devices that are mapped to this instance group.InstanceTypeSpecification.BuilderInstanceTypeSpecification.Builder. ebsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined byInstanceType.
-