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 ofParameterstructures that specify input parameters for the change set.CreateStackRequest.getParameters()A list ofParameterstructures that specify input parameters for the stack.DescribeChangeSetResult.getParameters()A list ofParameterstructures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest.getParameters()A list ofParameterstructures that specify input parameters.Stack.getParameters()A list ofParameterstructures.UpdateStackRequest.getParameters()A list ofParameterstructures 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 ofParameterstructures that specify input parameters for the change set.CreateStackRequest.withParameters(Parameter... parameters) A list ofParameterstructures that specify input parameters for the stack.DescribeChangeSetResult.withParameters(Parameter... parameters) A list ofParameterstructures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest.withParameters(Parameter... parameters) A list ofParameterstructures that specify input parameters.Stack.withParameters(Parameter... parameters) A list ofParameterstructures.UpdateStackRequest.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 ParameterModifier and TypeMethodDescriptionvoidCreateChangeSetRequest.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.CreateChangeSetRequest.withParameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters for the change set.CreateStackRequest.withParameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters for the stack.DescribeChangeSetResult.withParameters(Collection<Parameter> parameters) A list ofParameterstructures that describes the input parameters and their values used to create the change set.EstimateTemplateCostRequest.withParameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters.Stack.withParameters(Collection<Parameter> parameters) A list ofParameterstructures.UpdateStackRequest.withParameters(Collection<Parameter> parameters) A list ofParameterstructures that specify input parameters for the stack.