Uses of Class
software.amazon.awssdk.services.ec2.model.EbsBlockDevice
-
Packages that use EbsBlockDevice Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EbsBlockDevice in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsBlockDevice Modifier and Type Method Description EbsBlockDeviceBlockDeviceMapping. ebs()Parameters used to automatically set up EBS volumes when the instance is launched.Methods in software.amazon.awssdk.services.ec2.model with parameters of type EbsBlockDevice Modifier and Type Method Description BlockDeviceMapping.BuilderBlockDeviceMapping.Builder. ebs(EbsBlockDevice ebs)Parameters used to automatically set up EBS volumes when the instance is launched.
-