Uses of Interface
software.amazon.awscdk.cloudassembly.schema.AssetManifest
Packages that use AssetManifest
Package
Description
Cloud Assembly Schema
Cloud Executable API
-
Uses of AssetManifest in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement AssetManifestMethods in software.amazon.awscdk.cloudassembly.schema that return AssetManifestModifier and TypeMethodDescriptionAssetManifest.Builder.build()Builds the configured instance.static AssetManifestManifest.loadAssetManifest(String filePath) Load and validates the asset manifest from file.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type AssetManifestModifier and TypeMethodDescriptionstatic voidManifest.saveAssetManifest(AssetManifest manifest, String filePath) Validates and saves the asset manifest to file. -
Uses of AssetManifest in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi that return AssetManifestModifier and TypeMethodDescriptionAssetManifestArtifact.getContents()The Asset Manifest contents.