Uses of Interface
software.amazon.awscdk.cloudassembly.schema.AssetManifest
Packages that use AssetManifest
-
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.