Uses of Enum Class
com.cloudforge.core.local.LocalStackServiceCapability
Packages that use LocalStackServiceCapability
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of LocalStackServiceCapability in com.cloudforge.core.local
Subclasses with type arguments of type LocalStackServiceCapability in com.cloudforge.core.localModifier and TypeClassDescriptionenumAWS service areas CloudForge probes on LocalStack before adapt/deploy.Methods in com.cloudforge.core.local that return LocalStackServiceCapabilityModifier and TypeMethodDescriptionstatic LocalStackServiceCapabilitystatic LocalStackServiceCapabilityReturns the enum constant of this class with the specified name.static LocalStackServiceCapability[]LocalStackServiceCapability.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudforge.core.local that return types with arguments of type LocalStackServiceCapabilityModifier and TypeMethodDescriptionLocalStackCapabilitySnapshot.capabilities()Returns the value of thecapabilitiesrecord component.Methods in com.cloudforge.core.local with parameters of type LocalStackServiceCapabilityModifier and TypeMethodDescriptionbooleanLocalStackCapabilitySnapshot.supports(LocalStackServiceCapability capability) Constructor parameters in com.cloudforge.core.local with type arguments of type LocalStackServiceCapabilityModifierConstructorDescriptionLocalStackCapabilitySnapshot(boolean healthy, URI endpoint, LocalStackTierProfile tierProfile, String edition, String version, Set<LocalStackServiceCapability> capabilities, Map<String, Object> details) Creates an instance of aLocalStackCapabilitySnapshotrecord class. -
Uses of LocalStackServiceCapability in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack with parameters of type LocalStackServiceCapabilityModifier and TypeMethodDescriptionstatic StringLocalStackDeployPreflight.missingCapabilities(LocalStackCapabilitySnapshot snapshot, LocalStackServiceCapability... required) static LocalStackCapabilitySnapshotLocalStackDeployPreflight.require(LocalStackCapabilitySnapshot snapshot, LocalStackServiceCapability... required) static LocalStackCapabilitySnapshotLocalStackDeployPreflight.requireDefault(LocalStackServiceCapability... required) Deprecated.
LocalStackDeployPreflight.validateForDeployment(DeploymentConfig, ApplicationSpec, Path, LocalStackCapabilitySnapshot)