Java com.amazonaws.services.cloudformation.model Parameter fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudformation.model Parameter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudformation.model Parameter.

The text is from its open source code.

Constructor

Method

StringgetParameterKey()

The key associated with the parameter.

StringgetParameterValue()

The input value associated with the parameter.

BooleangetUsePreviousValue()

During a stack update, use the existing parameter value that the stack is using for a given parameter key.

voidsetParameterKey(String parameterKey)

The key associated with the parameter.

voidsetParameterValue(String parameterValue)

The input value associated with the parameter.

ParameterwithParameterKey(String parameterKey)

The key associated with the parameter.

ParameterwithParameterValue(String parameterValue)

The input value associated with the parameter.

ParameterwithUsePreviousValue(Boolean usePreviousValue)

During a stack update, use the existing parameter value that the stack is using for a given parameter key.