Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentParameter
-
Packages that use ComponentParameter Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentParameter in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentParameter Modifier and Type Method Description List<ComponentParameter>ComponentConfiguration. parameters()A group of parameter settings that Image Builder uses to configure the component for a specific recipe.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ComponentParameter Modifier and Type Method Description ComponentConfiguration.BuilderComponentConfiguration.Builder. parameters(ComponentParameter... parameters)A group of parameter settings that Image Builder uses to configure the component for a specific recipe.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ComponentParameter Modifier and Type Method Description ComponentConfiguration.BuilderComponentConfiguration.Builder. parameters(Collection<ComponentParameter> parameters)A group of parameter settings that Image Builder uses to configure the component for a specific recipe.
-