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