Uses of Interface
software.amazon.awscdk.cloudassembly.schema.AssemblyManifest
-
-
Uses of AssemblyManifest in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement AssemblyManifest Modifier and Type Class Description static classAssemblyManifest.Jsii$ProxyAn implementation forAssemblyManifestMethods in software.amazon.awscdk.cloudassembly.schema that return AssemblyManifest Modifier and Type Method Description AssemblyManifestAssemblyManifest.Builder. build()Builds the configured instance.static AssemblyManifestManifest. load(String filePath)Deprecated.useloadAssemblyManifest()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 AssemblyManifest Modifier and Type Method Description static voidManifest. save(AssemblyManifest manifest, String filePath)Deprecated.usesaveAssemblyManifest()static voidManifest. saveAssemblyManifest(AssemblyManifest manifest, String filePath)Validates and saves the cloud assembly manifest to file.
-