Uses of Interface
software.amazon.awscdk.cloudassembly.schema.ArtifactManifest
-
-
Uses of ArtifactManifest in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement ArtifactManifest Modifier and Type Class Description static classArtifactManifest.Jsii$ProxyAn implementation forArtifactManifestMethods in software.amazon.awscdk.cloudassembly.schema that return ArtifactManifest Modifier and Type Method Description ArtifactManifestArtifactManifest.Builder. build()Builds the configured instance.Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type ArtifactManifest Modifier and Type Method Description default Map<String,ArtifactManifest>AssemblyManifest. getArtifacts()The set of artifacts in this assembly.Map<String,ArtifactManifest>AssemblyManifest.Jsii$Proxy. getArtifacts()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type ArtifactManifest Modifier and Type Method Description AssemblyManifest.BuilderAssemblyManifest.Builder. artifacts(Map<String,? extends ArtifactManifest> artifacts)Sets the value ofAssemblyManifest.getArtifacts()
-