Uses of Class
software.amazon.awssdk.services.imagebuilder.model.InstanceBlockDeviceMapping
-
Packages that use InstanceBlockDeviceMapping Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of InstanceBlockDeviceMapping in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type InstanceBlockDeviceMapping Modifier and Type Method Description List<InstanceBlockDeviceMapping>CreateImageRecipeRequest. blockDeviceMappings()The block device mappings of the image recipe.List<InstanceBlockDeviceMapping>ImageRecipe. blockDeviceMappings()The block device mappings to apply when creating images from this recipe.List<InstanceBlockDeviceMapping>InstanceConfiguration. blockDeviceMappings()Defines the block devices to attach for building an instance from this Image Builder AMI.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type InstanceBlockDeviceMapping Modifier and Type Method Description CreateImageRecipeRequest.BuilderCreateImageRecipeRequest.Builder. blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)The block device mappings of the image recipe.ImageRecipe.BuilderImageRecipe.Builder. blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)The block device mappings to apply when creating images from this recipe.InstanceConfiguration.BuilderInstanceConfiguration.Builder. blockDeviceMappings(InstanceBlockDeviceMapping... blockDeviceMappings)Defines the block devices to attach for building an instance from this Image Builder AMI.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type InstanceBlockDeviceMapping Modifier and Type Method Description CreateImageRecipeRequest.BuilderCreateImageRecipeRequest.Builder. blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)The block device mappings of the image recipe.ImageRecipe.BuilderImageRecipe.Builder. blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)The block device mappings to apply when creating images from this recipe.InstanceConfiguration.BuilderInstanceConfiguration.Builder. blockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)Defines the block devices to attach for building an instance from this Image Builder AMI.
-