Uses of Interface
software.amazon.awscdk.core.DockerImageAssetLocation
Packages that use DockerImageAssetLocation
-
Uses of DockerImageAssetLocation in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement DockerImageAssetLocationModifier and TypeClassDescriptionstatic final classAn implementation forDockerImageAssetLocationMethods in software.amazon.awscdk.core that return DockerImageAssetLocationModifier and TypeMethodDescriptionBootstraplessSynthesizer.addDockerImageAsset(DockerImageAssetSource _asset) Register a Docker Image Asset.CliCredentialsStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.DefaultStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.IStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.default DockerImageAssetLocationIStackSynthesizer.Jsii$Default.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.final DockerImageAssetLocationIStackSynthesizer.Jsii$Proxy.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.LegacyStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.NestedStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.Stack.addDockerImageAsset(DockerImageAssetSource asset) Deprecated.abstract DockerImageAssetLocationStackSynthesizer.addDockerImageAsset(DockerImageAssetSource asset) Register a Docker Image Asset.DockerImageAssetLocation.Builder.build()Builds the configured instance.
stack.synthesizer.addDockerImageAsset()if you are calling, and a differentIStackSynthesizerclass if you are implementing.