Uses of Class
software.amazon.awssdk.services.emr.model.EbsVolume
-
Packages that use EbsVolume Package Description software.amazon.awssdk.services.emr.model -
-
Uses of EbsVolume in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type EbsVolume Modifier and Type Method Description List<EbsVolume>Instance. ebsVolumes()The list of Amazon EBS volumes that are attached to this instance.Methods in software.amazon.awssdk.services.emr.model with parameters of type EbsVolume Modifier and Type Method Description Instance.BuilderInstance.Builder. ebsVolumes(EbsVolume... ebsVolumes)The list of Amazon EBS volumes that are attached to this instance.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type EbsVolume Modifier and Type Method Description Instance.BuilderInstance.Builder. ebsVolumes(Collection<EbsVolume> ebsVolumes)The list of Amazon EBS volumes that are attached to this instance.
-