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 TemplateParameter
TemplateParameter. clone()
TemplateParameter
TemplateParameter. withDefaultValue(String defaultValue)
The default value associated with the parameter.TemplateParameter
TemplateParameter. withDescription(String description)
User defined description associated with the parameter.TemplateParameter
TemplateParameter. withNoEcho(Boolean noEcho)
Flag indicating whether the parameter should be displayed as plain text in logs and UIs.TemplateParameter
TemplateParameter. 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 ofTemplateParameter
structures.Methods in com.amazonaws.services.cloudformation.model with parameters of type TemplateParameter Modifier and Type Method Description ValidateTemplateResult
ValidateTemplateResult. withParameters(TemplateParameter... parameters)
A list ofTemplateParameter
structures.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type TemplateParameter Modifier and Type Method Description void
ValidateTemplateResult. setParameters(Collection<TemplateParameter> parameters)
A list ofTemplateParameter
structures.ValidateTemplateResult
ValidateTemplateResult. withParameters(Collection<TemplateParameter> parameters)
A list ofTemplateParameter
structures.
-