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