Uses of Class
com.amazonaws.services.cloudformation.model.TemplateParameter
-
Packages that use TemplateParameter Package Description com.amazonaws.services.cloudformation.model -
-
Uses of TemplateParameter in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return TemplateParameter Modifier and Type Method Description TemplateParameterTemplateParameter. clone()TemplateParameterTemplateParameter. withDefaultValue(String defaultValue)The default value associated with the parameter.TemplateParameterTemplateParameter. withDescription(String description)User defined description associated with the parameter.TemplateParameterTemplateParameter. withNoEcho(Boolean noEcho)Flag indicating whether the parameter should be displayed as plain text in logs and UIs.TemplateParameterTemplateParameter. withParameterKey(String parameterKey)The name associated with the parameter.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type TemplateParameter Modifier and Type Method Description List<TemplateParameter>ValidateTemplateResult. getParameters()A list ofTemplateParameterstructures.Methods in com.amazonaws.services.cloudformation.model with parameters of type TemplateParameter Modifier and Type Method Description ValidateTemplateResultValidateTemplateResult. withParameters(TemplateParameter... parameters)A list ofTemplateParameterstructures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type TemplateParameter Modifier and Type Method Description voidValidateTemplateResult. setParameters(Collection<TemplateParameter> parameters)A list ofTemplateParameterstructures.ValidateTemplateResultValidateTemplateResult. withParameters(Collection<TemplateParameter> parameters)A list ofTemplateParameterstructures.
-