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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonCloudFormationClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS CloudFormation.
AmazonCloudFormationClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS CloudFormation using the specified AWS account credentials.
AmazonCloudFormationClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider.
AmazonCloudFormationClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on AWS CloudFormation using the specified parameters.
AmazonCloudFormationClient()
Constructs a new client to invoke service methods on AWS CloudFormation.

Method

CreateStackResultcreateStack(CreateStackRequest request)

Creates a stack as specified in the template.

DeleteStackResultdeleteStack(DeleteStackRequest request)

Deletes a specified stack.

DescribeStackEventsResultdescribeStackEvents(DescribeStackEventsRequest request)

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

DescribeStacksResultdescribeStacks(DescribeStacksRequest request)

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

EstimateTemplateCostResultestimateTemplateCost(EstimateTemplateCostRequest request)

Returns the estimated monthly cost of a template.

GetTemplateResultgetTemplate(GetTemplateRequest request)

Returns the template body for a specified 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 request)

Updates a stack as specified in the template.

ValidateTemplateResultvalidateTemplate(ValidateTemplateRequest request)

Validates a specified template.