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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetNextToken(String nextToken)

A string that identifies the next page of events 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.

DescribeStackEventsRequestwithNextToken(String nextToken)

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

DescribeStackEventsRequestwithStackName(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.