Uses of Class
com.amazonaws.services.cloudformation.model.Parameter
-
Packages that use Parameter Package Description com.amazonaws.services.cloudformation.model -
-
Uses of Parameter in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return Parameter Modifier and Type Method Description Parameter
Parameter. clone()
Parameter
Parameter. withParameterKey(String parameterKey)
The key associated with the parameter.Parameter
Parameter. withParameterValue(String parameterValue)
The value associated with the parameter.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 Parameter Modifier and Type Method Description List<Parameter>
CreateChangeSetRequest. getParameters()
A list ofParameter
structures that specify input parameters for the change set.List<Parameter>
CreateStackRequest. getParameters()
A list ofParameter
structures that specify input parameters for the stack.List<Parameter>
DescribeChangeSetResult. getParameters()
A list ofParameter
structures that describes the input parameters and their values used to create the change set.List<Parameter>
EstimateTemplateCostRequest. getParameters()
A list ofParameter
structures that specify input parameters.List<Parameter>
Stack. getParameters()
A list ofParameter
structures.List<Parameter>
UpdateStackRequest. getParameters()
A list ofParameter
structures that specify input parameters for the stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type Parameter Modifier and Type Method Description CreateChangeSetRequest
CreateChangeSetRequest. withParameters(Parameter... parameters)
A list ofParameter
structures that specify input parameters for the change set.CreateStackRequest
CreateStackRequest. withParameters(Parameter... parameters)
A list ofParameter
structures that specify input parameters for the stack.DescribeChangeSetResult
DescribeChangeSetResult. withParameters(Parameter... parameters)
A list ofParameter
structures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest
EstimateTemplateCostRequest. withParameters(Parameter... parameters)
A list ofParameter
structures that specify input parameters.Stack
Stack. withParameters(Parameter... parameters)
A list ofParameter
structures.UpdateStackRequest
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 Parameter Modifier and Type Method Description void
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
CreateChangeSetRequest. withParameters(Collection<Parameter> parameters)
A list ofParameter
structures that specify input parameters for the change set.CreateStackRequest
CreateStackRequest. withParameters(Collection<Parameter> parameters)
A list ofParameter
structures that specify input parameters for the stack.DescribeChangeSetResult
DescribeChangeSetResult. withParameters(Collection<Parameter> parameters)
A list ofParameter
structures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest
EstimateTemplateCostRequest. withParameters(Collection<Parameter> parameters)
A list ofParameter
structures that specify input parameters.Stack
Stack. withParameters(Collection<Parameter> parameters)
A list ofParameter
structures.UpdateStackRequest
UpdateStackRequest. withParameters(Collection<Parameter> parameters)
A list ofParameter
structures that specify input parameters for the stack.
-