Uses of Record Class
com.cloudforge.core.local.LocalResourceChange
Packages that use LocalResourceChange
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of LocalResourceChange in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return types with arguments of type LocalResourceChangeModifier and TypeMethodDescriptionLocalDeployResult.changes()Returns the value of thechangesrecord component.Constructor parameters in com.cloudforge.core.local with type arguments of type LocalResourceChangeModifierConstructorDescriptionLocalDeployResult(String stackName, boolean created, boolean noOp, List<LocalResourceChange> changes, Map<String, String> outputs) Creates an instance of aLocalDeployResultrecord class.