Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ContainerRecipe
-
Packages that use ContainerRecipe Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ContainerRecipe in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ContainerRecipe Modifier and Type Method Description ContainerRecipeGetContainerRecipeResponse. containerRecipe()The container recipe object that is returned.ContainerRecipeImage. containerRecipe()For container images, this is the container recipe that Image Builder used to create the image.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ContainerRecipe Modifier and Type Method Description GetContainerRecipeResponse.BuilderGetContainerRecipeResponse.Builder. containerRecipe(ContainerRecipe containerRecipe)The container recipe object that is returned.Image.BuilderImage.Builder. containerRecipe(ContainerRecipe containerRecipe)For container images, this is the container recipe that Image Builder used to create the image.
-