Uses of Class
pl.wrzasq.lambda.cform.stackset.instance.model.StackInstanceRequest
-
Packages that use StackInstanceRequest Package Description pl.wrzasq.lambda.cform.stackset.instance pl.wrzasq.lambda.cform.stackset.instance.service -
-
Uses of StackInstanceRequest in pl.wrzasq.lambda.cform.stackset.instance
Fields in pl.wrzasq.lambda.cform.stackset.instance with type parameters of type StackInstanceRequest Modifier and Type Field Description private static pl.wrzasq.commons.aws.cloudformation.CustomResourceHandler<StackInstanceRequest,com.amazonaws.services.cloudformation.model.StackInstance>Handler. handlerCloudFormation response handler.Method parameters in pl.wrzasq.lambda.cform.stackset.instance with type arguments of type StackInstanceRequest Modifier and Type Method Description voidHandler. handle(com.sunrun.cfnresponse.CfnRequest<StackInstanceRequest> request, com.amazonaws.services.lambda.runtime.Context context)Handles invocation. -
Uses of StackInstanceRequest in pl.wrzasq.lambda.cform.stackset.instance.service
Methods in pl.wrzasq.lambda.cform.stackset.instance.service that return StackInstanceRequest Modifier and Type Method Description private static StackInstanceRequestStackSetInstanceManager. parsePhysicalResourceId(String physicalResourceId)Converts string identifier into stack instance specification.Methods in pl.wrzasq.lambda.cform.stackset.instance.service with parameters of type StackInstanceRequest Modifier and Type Method Description private static StringStackSetInstanceManager. buildPhysicalResourceId(StackInstanceRequest input)Converts stack instance specification into string specification.private static Collection<com.amazonaws.services.cloudformation.model.Parameter>StackSetInstanceManager. buildSdkParameters(StackInstanceRequest input)Converts key-value mapping into AWS SDK structure.private StringStackSetInstanceManager. createStackInstance(StackInstanceRequest input)Creates new stack instance.pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<com.amazonaws.services.cloudformation.model.StackInstance>StackSetInstanceManager. deleteStackInstance(StackInstanceRequest input, String physicalResourceId)Handles stack instance deletion.pl.wrzasq.commons.aws.cloudformation.CustomResourceResponse<com.amazonaws.services.cloudformation.model.StackInstance>StackSetInstanceManager. deployStackInstance(StackInstanceRequest input, String physicalResourceId)Handles stack set deployment.private StringStackSetInstanceManager. updateStackInstance(StackInstanceRequest input)Updates existing stack instance.
-