public class StackSetManager extends Object
| Constructor and Description |
|---|
StackSetManager(com.amazonaws.services.cloudformation.AmazonCloudFormation cloudFormation)
Initializes object with given CloudFormation client.
|
| Modifier and Type | Method and Description |
|---|---|
pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> |
deleteStackSet(StackSetRequest input)
Handles stack set deletion.
|
pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> |
deployStackSet(StackSetRequest input)
Handles stack set deployment.
|
public StackSetManager(com.amazonaws.services.cloudformation.AmazonCloudFormation cloudFormation)
cloudFormation - AWS CloudFormation client.public pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> deployStackSet(StackSetRequest input)
input - Resource deployment request.public pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse> deleteStackSet(StackSetRequest input)
input - Resource delete request.Copyright © 2019 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.