Uses of Class
software.amazon.awssdk.services.ec2.model.LaunchTemplateBlockDeviceMapping
Packages that use LaunchTemplateBlockDeviceMapping
-
Uses of LaunchTemplateBlockDeviceMapping in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplateBlockDeviceMappingModifier and TypeMethodDescriptionResponseLaunchTemplateData.blockDeviceMappings()The block device mappings.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LaunchTemplateBlockDeviceMappingModifier and TypeMethodDescriptionResponseLaunchTemplateData.Builder.blockDeviceMappings(LaunchTemplateBlockDeviceMapping... blockDeviceMappings) The block device mappings.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplateBlockDeviceMappingModifier and TypeMethodDescriptionResponseLaunchTemplateData.Builder.blockDeviceMappings(Collection<LaunchTemplateBlockDeviceMapping> blockDeviceMappings) The block device mappings.