Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentConfiguration
-
Packages that use ComponentConfiguration Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentConfiguration in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentConfiguration Modifier and Type Method Description List<ComponentConfiguration>ContainerRecipe. components()Build and test components that are included in the container recipe.List<ComponentConfiguration>CreateContainerRecipeRequest. components()Components for build and test that are included in the container recipe.List<ComponentConfiguration>CreateImageRecipeRequest. components()The components included in the image recipe.List<ComponentConfiguration>ImageRecipe. components()The components that are included in the image recipe.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ComponentConfiguration Modifier and Type Method Description ContainerRecipe.BuilderContainerRecipe.Builder. components(ComponentConfiguration... components)Build and test components that are included in the container recipe.CreateContainerRecipeRequest.BuilderCreateContainerRecipeRequest.Builder. components(ComponentConfiguration... components)Components for build and test that are included in the container recipe.CreateImageRecipeRequest.BuilderCreateImageRecipeRequest.Builder. components(ComponentConfiguration... components)The components included in the image recipe.ImageRecipe.BuilderImageRecipe.Builder. components(ComponentConfiguration... components)The components that are included in the image recipe.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ComponentConfiguration Modifier and Type Method Description ContainerRecipe.BuilderContainerRecipe.Builder. components(Collection<ComponentConfiguration> components)Build and test components that are included in the container recipe.CreateContainerRecipeRequest.BuilderCreateContainerRecipeRequest.Builder. components(Collection<ComponentConfiguration> components)Components for build and test that are included in the container recipe.CreateImageRecipeRequest.BuilderCreateImageRecipeRequest.Builder. components(Collection<ComponentConfiguration> components)The components included in the image recipe.ImageRecipe.BuilderImageRecipe.Builder. components(Collection<ComponentConfiguration> components)The components that are included in the image recipe.
-