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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetNextToken()

A string that identifies the next page of stacks that you want to retrieve.

voidsetNextToken(String nextToken)

A string that identifies the next page of stacks that you want to retrieve.

voidsetStackName(String stackName)

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.

DescribeStacksRequestwithStackName(String stackName)

The name or the unique stack ID that is associated with the stack, which are not always interchangeable:

  • Running stacks: You can specify either the stack's name or its unique stack ID.