Uses of Class
software.amazon.awssdk.services.imagebuilder.model.LifecyclePolicyResourceSelectionRecipe
-
Packages that use LifecyclePolicyResourceSelectionRecipe Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of LifecyclePolicyResourceSelectionRecipe in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type LifecyclePolicyResourceSelectionRecipe Modifier and Type Method Description List<LifecyclePolicyResourceSelectionRecipe>LifecyclePolicyResourceSelection. recipes()A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type LifecyclePolicyResourceSelectionRecipe Modifier and Type Method Description LifecyclePolicyResourceSelection.BuilderLifecyclePolicyResourceSelection.Builder. recipes(LifecyclePolicyResourceSelectionRecipe... recipes)A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type LifecyclePolicyResourceSelectionRecipe Modifier and Type Method Description LifecyclePolicyResourceSelection.BuilderLifecyclePolicyResourceSelection.Builder. recipes(Collection<LifecyclePolicyResourceSelectionRecipe> recipes)A list of recipes that are used as selection criteria for the output images that the lifecycle policy applies to.
-