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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetStackName()

The name or the unique stack ID that is associated with the stack.

voidsetStackName(String stackName)

The name or the unique stack ID that is associated with the stack.

DeleteStackRequestwithStackName(String stackName)

The name or the unique stack ID that is associated with the stack.