Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentParameterDetail
-
Packages that use ComponentParameterDetail Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentParameterDetail in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentParameterDetail Modifier and Type Method Description List<ComponentParameterDetail>Component. parameters()Contains parameter details for each of the parameters that the component document defined for the component.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ComponentParameterDetail Modifier and Type Method Description Component.BuilderComponent.Builder. parameters(ComponentParameterDetail... parameters)Contains parameter details for each of the parameters that the component document defined for the component.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ComponentParameterDetail Modifier and Type Method Description Component.BuilderComponent.Builder. parameters(Collection<ComponentParameterDetail> parameters)Contains parameter details for each of the parameters that the component document defined for the component.
-