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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetCapabilities()

The capabilities allowed in the stack.

java.util.DategetCreationTime()

The time at which the stack was created.

StringgetDescription()

A user-defined description associated with the stack.

BooleangetDisableRollback()

Boolean to enable or disable rollback on stack creation failures:

  • true: disable rollback

  • false: enable rollback

java.util.DategetLastUpdatedTime()

The time the stack was last updated.

java.util.ListgetNotificationARNs()

SNS topic ARNs to which stack related events are published.

java.util.ListgetOutputs()

A list of output structures.

java.util.ListgetParameters()

A list of Parameter structures.

StringgetStackId()

Unique identifier of the stack.

StringgetStackName()

The name associated with the stack.

StringgetStackStatus()

Current status of the stack.

StringgetStackStatusReason()

Success/failure message associated with the stack status.

java.util.ListgetTags()

A list of Tags that specify information about the stack.

IntegergetTimeoutInMinutes()

The amount of time within which stack creation should complete.

voidsetStackName(String stackName)

The name associated with the stack.

voidsetStackStatus(String stackStatus)

Current status of the stack.

voidsetStackStatus(StackStatus stackStatus)

Current status of the stack.

voidsetStackStatusReason(String stackStatusReason)

Success/failure message associated with the stack status.