Uses of Interface
software.amazon.awscdk.cloudassembly.schema.AssemblyManifest
Packages that use AssemblyManifest
Package
Description
Cloud Assembly Schema
Cloud Executable API
-
Uses of AssemblyManifest in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement AssemblyManifestMethods in software.amazon.awscdk.cloudassembly.schema that return AssemblyManifestModifier and TypeMethodDescriptionAssemblyManifest.Builder.build()Builds the configured instance.static AssemblyManifestDeprecated.static AssemblyManifestManifest.loadAssemblyManifest(String filePath) Load and validates the cloud assembly manifest from file.static AssemblyManifestManifest.loadAssemblyManifest(String filePath, LoadManifestOptions options) Load and validates the cloud assembly manifest from file.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type AssemblyManifestModifier and TypeMethodDescriptionstatic voidManifest.save(AssemblyManifest manifest, String filePath) Deprecated.usesaveAssemblyManifest()static voidManifest.saveAssemblyManifest(AssemblyManifest manifest, String filePath) Validates and saves the cloud assembly manifest to file. -
Uses of AssemblyManifest in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi that return AssemblyManifest
loadAssemblyManifest()