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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetLogicalResourceId()

The logical name of the resource as specified in the template.

StringgetStackName()

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.

voidsetLogicalResourceId(String logicalResourceId)

The logical name of the resource as specified in the template.

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.