Uses of Class
software.amazon.awssdk.services.ec2.model.EbsInstanceBlockDevice
-
Packages that use EbsInstanceBlockDevice Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of EbsInstanceBlockDevice in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EbsInstanceBlockDevice Modifier and Type Method Description EbsInstanceBlockDeviceInstanceBlockDeviceMapping. 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 EbsInstanceBlockDevice Modifier and Type Method Description InstanceBlockDeviceMapping.BuilderInstanceBlockDeviceMapping.Builder. ebs(EbsInstanceBlockDevice ebs)Parameters used to automatically set up EBS volumes when the instance is launched.
-