Uses of Enum Class
com.cloudforge.core.local.EmulatorLifecycleAction
Packages that use EmulatorLifecycleAction
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of EmulatorLifecycleAction in com.cloudforge.core.local
Subclasses with type arguments of type EmulatorLifecycleAction in com.cloudforge.core.localModifier and TypeClassDescriptionenumLifecycle operations exposed by Maven goals and programmatic callers.Methods in com.cloudforge.core.local that return EmulatorLifecycleActionModifier and TypeMethodDescriptionstatic EmulatorLifecycleActionReturns the enum constant of this class with the specified name.static EmulatorLifecycleAction[]EmulatorLifecycleAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudforge.core.local with parameters of type EmulatorLifecycleActionModifier and TypeMethodDescriptionstatic voidEmulatorLifecycle.execute(DeploymentTarget target, EmulatorLifecycleAction action) static voidEmulatorLifecycle.execute(LocalEmulatorRuntime runtime, EmulatorLifecycleAction action) static voidEmulatorLifecycle.executeUnchecked(DeploymentTarget target, EmulatorLifecycleAction action)