Uses of Class
pl.wrzasq.lambda.cform.stackset.model.StackSetRequest
-
Packages that use StackSetRequest Package Description pl.wrzasq.lambda.cform.stackset pl.wrzasq.lambda.cform.stackset.service -
-
Uses of StackSetRequest in pl.wrzasq.lambda.cform.stackset
Fields in pl.wrzasq.lambda.cform.stackset with type parameters of type StackSetRequest Modifier and Type Field Description private static pl.wrzasq.commons.aws.cloudformation.CustomResourceHandler<StackSetRequest,StackSetResponse>
Handler. handler
CloudFormation response handler.Method parameters in pl.wrzasq.lambda.cform.stackset with type arguments of type StackSetRequest Modifier and Type Method Description void
Handler. handle(com.sunrun.cfnresponse.CfnRequest<StackSetRequest> request, com.amazonaws.services.lambda.runtime.Context context)
Handles invocation. -
Uses of StackSetRequest in pl.wrzasq.lambda.cform.stackset.service
Methods in pl.wrzasq.lambda.cform.stackset.service with parameters of type StackSetRequest Modifier and Type Method Description private static Collection<com.amazonaws.services.cloudformation.model.Parameter>
StackSetManager. buildSdkParameters(StackSetRequest input)
Converts key-value mapping into AWS SDK structure.private static Collection<com.amazonaws.services.cloudformation.model.Tag>
StackSetManager. buildSdkTags(StackSetRequest input)
Converts key-value mapping into AWS SDK structure.private String
StackSetManager. createStackSet(StackSetRequest input)
Creates new stack set.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.private void
StackSetManager. updateStackSet(StackSetRequest input)
Updates existing stack set.
-