Uses of Record Class
com.cloudforge.core.local.LocalDeploymentRequest
Packages that use LocalDeploymentRequest
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of LocalDeploymentRequest in com.cloudforge.core.local
Methods in com.cloudforge.core.local that return LocalDeploymentRequestModifier and TypeMethodDescriptionstatic LocalDeploymentRequestLocalDeploymentRequest.forTarget(DeploymentTarget target, String contextStackName, Path canonicalTemplate, Path outputDirectory) Methods in com.cloudforge.core.local with parameters of type LocalDeploymentRequestModifier and TypeMethodDescriptionLocalDeploymentPipeline.adapt(LocalDeploymentRequest request) LocalDeploymentPipeline.deploy(LocalDeploymentRequest request) -
Uses of LocalDeploymentRequest in com.cloudforgeci.localstack
Methods in com.cloudforgeci.localstack that return LocalDeploymentRequestModifier and TypeMethodDescriptionstatic LocalDeploymentRequestLocalStackDeploymentPipeline.request(String contextStackName, Path canonicalTemplate, Path outputDirectory) Methods in com.cloudforgeci.localstack with parameters of type LocalDeploymentRequestModifier and TypeMethodDescriptionstatic TemplateAdaptationResultLocalStackDeploymentPipeline.adapt(LocalDeploymentRequest request) LocalStackDeploymentPipeline.deploy(LocalDeploymentRequest request) -
Uses of LocalDeploymentRequest in com.cloudforgeci.ministack
Methods in com.cloudforgeci.ministack that return LocalDeploymentRequestModifier and TypeMethodDescriptionstatic LocalDeploymentRequestMiniStackDeploymentPipeline.request(String contextStackName, Path canonicalTemplate, Path outputDirectory) Methods in com.cloudforgeci.ministack with parameters of type LocalDeploymentRequestModifier and TypeMethodDescriptionstatic TemplateAdaptationResultMiniStackDeploymentPipeline.adapt(LocalDeploymentRequest request) MiniStackDeploymentPipeline.deploy(LocalDeploymentRequest request)