Uses of Class
software.amazon.awssdk.services.opsworks.model.EbsBlockDevice
-
Packages that use EbsBlockDevice Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of EbsBlockDevice in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return EbsBlockDevice Modifier and Type Method Description EbsBlockDeviceBlockDeviceMapping. ebs()AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type EbsBlockDevice Modifier and Type Method Description BlockDeviceMapping.BuilderBlockDeviceMapping.Builder. ebs(EbsBlockDevice ebs)AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.
-