Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ImageRecipe
-
Packages that use ImageRecipe Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ImageRecipe in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ImageRecipe Modifier and Type Method Description ImageRecipeGetImageRecipeResponse. imageRecipe()The image recipe object.ImageRecipeImage. imageRecipe()For images that distribute an AMI, this is the image recipe that Image Builder used to create the image.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ImageRecipe Modifier and Type Method Description GetImageRecipeResponse.BuilderGetImageRecipeResponse.Builder. imageRecipe(ImageRecipe imageRecipe)The image recipe object.Image.BuilderImage.Builder. imageRecipe(ImageRecipe imageRecipe)For images that distribute an AMI, this is the image recipe that Image Builder used to create the image.
-