Uses of Interface
software.amazon.awscdk.cloudassembly.schema.IntegManifest
-
-
Uses of IntegManifest in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement IntegManifest Modifier and Type Class Description static classIntegManifest.Jsii$ProxyAn implementation forIntegManifestMethods in software.amazon.awscdk.cloudassembly.schema that return IntegManifest Modifier and Type Method Description IntegManifestIntegManifest.Builder. build()Builds the configured instance.static IntegManifestManifest. loadIntegManifest(String filePath)Load and validates the integ manifest from file.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type IntegManifest Modifier and Type Method Description static voidManifest. saveIntegManifest(IntegManifest manifest, String filePath)Validates and saves the integ manifest to file.
-