Example usage for com.amazonaws.services.cloudformation.model DeleteStackSetRequest DeleteStackSetRequest

List of usage examples for com.amazonaws.services.cloudformation.model DeleteStackSetRequest DeleteStackSetRequest

Introduction

In this page you can find the example usage for com.amazonaws.services.cloudformation.model DeleteStackSetRequest DeleteStackSetRequest.

Prototype

DeleteStackSetRequest

Source Link

Usage

From source file:de.taimos.pipeline.aws.cloudformation.stacksets.CloudFormationStackSet.java

License:Apache License

public void delete() {
    this.client.deleteStackSet(new DeleteStackSetRequest().withStackSetName(this.stackSet));
}