Uses of Enum Class
com.cloudforge.core.local.PlatformRuntimeAction
Packages that use PlatformRuntimeAction
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of PlatformRuntimeAction in com.cloudforge.core.local
Subclasses with type arguments of type PlatformRuntimeAction in com.cloudforge.core.localModifier and TypeClassDescriptionenumLifecycle capability exposed by a local deployment platform.Methods in com.cloudforge.core.local that return PlatformRuntimeActionModifier and TypeMethodDescriptionstatic PlatformRuntimeActionReturns the enum constant of this class with the specified name.static PlatformRuntimeAction[]PlatformRuntimeAction.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 PlatformRuntimeActionModifier and TypeMethodDescriptionvoidPlatformRuntimeProvider.execute(PlatformRuntimeAction action) -
Uses of PlatformRuntimeAction in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack with parameters of type PlatformRuntimeActionModifier and TypeMethodDescriptionvoidLocalStackPlatformRuntimeProvider.execute(PlatformRuntimeAction action) -
Uses of PlatformRuntimeAction in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack with parameters of type PlatformRuntimeActionModifier and TypeMethodDescriptionvoidMiniStackPlatformRuntimeProvider.execute(PlatformRuntimeAction action)