Uses of Class
com.amazonaws.services.cloudformation.model.Parameter
Packages that use Parameter
-
Uses of Parameter in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ParameterModifier and TypeMethodDescriptionParameter.clone()
Parameter.withParameterKey
(String parameterKey) The key associated with the parameter.Parameter.withParameterValue
(String parameterValue) The value associated with the parameter.Parameter.withUsePreviousValue
(Boolean usePreviousValue) During a stack update, use the existing parameter value that the stack is using for a given parameter key.Methods in com.amazonaws.services.cloudformation.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionCreateChangeSetRequest.getParameters()
A list ofParameter
structures that specify input parameters for the change set.CreateStackRequest.getParameters()
A list ofParameter
structures that specify input parameters for the stack.DescribeChangeSetResult.getParameters()
A list ofParameter
structures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest.getParameters()
A list ofParameter
structures that specify input parameters.Stack.getParameters()
A list ofParameter
structures.UpdateStackRequest.getParameters()
A list ofParameter
structures that specify input parameters for the stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type ParameterModifier and TypeMethodDescriptionCreateChangeSetRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters for the change set.CreateStackRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters for the stack.DescribeChangeSetResult.withParameters
(Parameter... parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters.Stack.withParameters
(Parameter... parameters) A list ofParameter
structures.UpdateStackRequest.withParameters
(Parameter... parameters) A list ofParameter
structures that specify input parameters for the stack.Method parameters in com.amazonaws.services.cloudformation.model with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
CreateChangeSetRequest.setParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the change set.void
CreateStackRequest.setParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the stack.void
DescribeChangeSetResult.setParameters
(Collection<Parameter> parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.void
EstimateTemplateCostRequest.setParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters.void
Stack.setParameters
(Collection<Parameter> parameters) A list ofParameter
structures.void
UpdateStackRequest.setParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the stack.CreateChangeSetRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the change set.CreateStackRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the stack.DescribeChangeSetResult.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters.Stack.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures.UpdateStackRequest.withParameters
(Collection<Parameter> parameters) A list ofParameter
structures that specify input parameters for the stack.