Uses of Interface
software.amazon.awscdk.cloudassembly.schema.AssetManifest
-
-
Uses of AssetManifest in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement AssetManifest Modifier and Type Class Description static classAssetManifest.Jsii$ProxyAn implementation forAssetManifestMethods in software.amazon.awscdk.cloudassembly.schema that return AssetManifest Modifier and Type Method Description AssetManifestAssetManifest.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 AssetManifest Modifier and Type Method Description static voidManifest. saveAssetManifest(AssetManifest manifest, String filePath)Validates and saves the asset manifest to file.
-