Uses of Class
pl.wrzasq.lambda.cform.stackset.model.StackSetResponse
-
Packages that use StackSetResponse Package Description pl.wrzasq.lambda.cform.stackset pl.wrzasq.lambda.cform.stackset.service -
-
Uses of StackSetResponse in pl.wrzasq.lambda.cform.stackset
Fields in pl.wrzasq.lambda.cform.stackset with type parameters of type StackSetResponse Modifier and Type Field Description private static pl.wrzasq.commons.aws.cloudformation.CustomResourceHandler<StackSetRequest,StackSetResponse>
Handler. handler
CloudFormation response handler. -
Uses of StackSetResponse in pl.wrzasq.lambda.cform.stackset.service
Methods in pl.wrzasq.lambda.cform.stackset.service that return types with arguments of type StackSetResponse Modifier and Type Method Description pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse>
StackSetManager. deleteStackSet(StackSetRequest input, String physicalResourceId)
Handles stack set deletion.pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<StackSetResponse>
StackSetManager. deployStackSet(StackSetRequest input, String physicalResourceId)
Handles stack set deployment.
-