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

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

Introduction

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

The text is from its open source code.

Method

CreateChangeSetResultcreateChangeSet(CreateChangeSetRequest createChangeSetRequest)

Creates a list of changes that will be applied to a stack so that you can review the changes before executing them.

CreateStackResultcreateStack(CreateStackRequest createStackRequest)

Creates a stack as specified in the template.

DeleteStackResultdeleteStack(DeleteStackRequest deleteStackRequest)

Deletes a specified stack.

DescribeStackEventsResultdescribeStackEvents(DescribeStackEventsRequest describeStackEventsRequest)

Returns all stack related events for a specified stack in reverse chronological order.

DescribeStackResourcesResultdescribeStackResources( DescribeStackResourcesRequest describeStackResourcesRequest)

Returns AWS resource descriptions for running and deleted stacks.

DescribeStacksResultdescribeStacks(DescribeStacksRequest describeStacksRequest)

Returns the description for the specified stack; if no stack name was specified, then it returns the description for all the stacks created.

DescribeStacksResultdescribeStacks()
Simplified method form for invoking the DescribeStacks operation.
ExecuteChangeSetResultexecuteChangeSet(ExecuteChangeSetRequest executeChangeSetRequest)

Updates a stack using the input information that was provided when the specified change set was created.

ListChangeSetsResultlistChangeSets(ListChangeSetsRequest listChangeSetsRequest)

Returns the ID and status of each active change set for a stack.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://cloudformation.us-east-1.amazonaws.com").
voidsetRegion(Region region)
An alternative to AmazonCloudFormation#setEndpoint(String) , sets the regional endpoint for this client's service calls.
UpdateStackResultupdateStack(UpdateStackRequest updateStackRequest)

Updates a stack as specified in the template.