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 ParameterParameter. clone()ParameterParameter. withParameterKey(String parameterKey)The key associated with the parameter.ParameterParameter. withParameterValue(String parameterValue)The value associated with the parameter.ParameterParameter. 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 ofParameterstructures that specify input parameters for the change set.List<Parameter>CreateStackRequest. getParameters()A list ofParameterstructures that specify input parameters for the stack.List<Parameter>DescribeChangeSetResult. getParameters()A list ofParameterstructures that describes the input parameters and their values used to create the change set.List<Parameter>EstimateTemplateCostRequest. getParameters()A list ofParameterstructures that specify input parameters.List<Parameter>Stack. getParameters()A list ofParameterstructures.List<Parameter>UpdateStackRequest. getParameters()A list ofParameterstructures that specify input parameters for the stack.Methods in com.amazonaws.services.cloudformation.model with parameters of type Parameter Modifier and Type Method Description CreateChangeSetRequestCreateChangeSetRequest. withParameters(Parameter... parameters)A list ofParameterstructures that specify input parameters for the change set.CreateStackRequestCreateStackRequest. withParameters(Parameter... parameters)A list ofParameterstructures that specify input parameters for the stack.DescribeChangeSetResultDescribeChangeSetResult. withParameters(Parameter... parameters)A list ofParameterstructures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequestEstimateTemplateCostRequest. withParameters(Parameter... parameters)A list ofParameterstructures that specify input parameters.StackStack. withParameters(Parameter... parameters)A list ofParameterstructures.UpdateStackRequestUpdateStackRequest. withParameters(Parameter... parameters)A list ofParameterstructures 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 voidCreateChangeSetRequest. setParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters for the change set.voidCreateStackRequest. setParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters for the stack.voidDescribeChangeSetResult. setParameters(Collection<Parameter> parameters)A list ofParameterstructures that describes the input parameters and their values used to create the change set.voidEstimateTemplateCostRequest. setParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters.voidStack. setParameters(Collection<Parameter> parameters)A list ofParameterstructures.voidUpdateStackRequest. setParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters for the stack.CreateChangeSetRequestCreateChangeSetRequest. withParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters for the change set.CreateStackRequestCreateStackRequest. withParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters for the stack.DescribeChangeSetResultDescribeChangeSetResult. withParameters(Collection<Parameter> parameters)A list ofParameterstructures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequestEstimateTemplateCostRequest. withParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters.StackStack. withParameters(Collection<Parameter> parameters)A list ofParameterstructures.UpdateStackRequestUpdateStackRequest. withParameters(Collection<Parameter> parameters)A list ofParameterstructures that specify input parameters for the stack.
-