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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonCloudFormationAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on AWS CloudFormation.
AmazonCloudFormationAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the specified AWS account credentials.
AmazonCloudFormationAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider.
AmazonCloudFormationAsyncClient(AwsAsyncClientParams asyncClientParams)
Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the specified parameters.

Method

java.util.concurrent.FuturecreateStackAsync(CreateStackRequest request)
DeleteStackResultdeleteStack(DeleteStackRequest deleteStackRequest)

Deletes a specified stack.

java.util.concurrent.FuturedescribeStackEventsAsync( DescribeStackEventsRequest request)
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.

GetTemplateResultgetTemplate(GetTemplateRequest getTemplateRequest)

Returns the template body for a specified stack.

voidsetRegion(Region region)
An alternative to AmazonCloudFormation#setEndpoint(String) , sets the regional endpoint for this client's service calls.
java.util.concurrent.FutureupdateStackAsync(UpdateStackRequest request)