Uses of Enum Class
com.cloudforge.core.local.LocalStackTierProfile
Packages that use LocalStackTierProfile
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of LocalStackTierProfile in com.cloudforge.core.local
Subclasses with type arguments of type LocalStackTierProfile in com.cloudforge.core.localModifier and TypeClassDescriptionenumLocalStack product tier profile used by the template adapter.Methods in com.cloudforge.core.local that return LocalStackTierProfileModifier and TypeMethodDescriptionstatic LocalStackTierProfileLocalStackTierProfile.fromEnvOverride()LocalStackCapabilitySnapshot.tierProfile()Returns the value of thetierProfilerecord component.static LocalStackTierProfileReturns the enum constant of this class with the specified name.static LocalStackTierProfile[]LocalStackTierProfile.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cloudforge.core.local with parameters of type LocalStackTierProfileModifierConstructorDescriptionLocalStackCapabilitySnapshot(boolean healthy, URI endpoint, LocalStackTierProfile tierProfile, String edition, String version, Set<LocalStackServiceCapability> capabilities, Map<String, Object> details) Creates an instance of aLocalStackCapabilitySnapshotrecord class.