Uses of Interface
software.amazon.awscdk.cloud_assembly_schema.MissingContext
Packages that use MissingContext
Package
Description
AWS Cloud Development Kit Library
Cloud Assembly Schema
Cloud Executable API
-
Uses of MissingContext in software.amazon.awscdk
Methods in software.amazon.awscdk with parameters of type MissingContextModifier and TypeMethodDescriptionvoidStack.reportMissingContextKey(MissingContext report) Indicate that a context key was expected. -
Uses of MissingContext in software.amazon.awscdk.cloud_assembly_schema
Classes in software.amazon.awscdk.cloud_assembly_schema that implement MissingContextMethods in software.amazon.awscdk.cloud_assembly_schema that return MissingContextMethods in software.amazon.awscdk.cloud_assembly_schema that return types with arguments of type MissingContextModifier and TypeMethodDescriptiondefault List<MissingContext> AssemblyManifest.getMissing()Missing context information.final List<MissingContext> AssemblyManifest.Jsii$Proxy.getMissing()Method parameters in software.amazon.awscdk.cloud_assembly_schema with type arguments of type MissingContextModifier and TypeMethodDescriptionAssemblyManifest.Builder.missing(List<? extends MissingContext> missing) Sets the value ofAssemblyManifest.getMissing() -
Uses of MissingContext in software.amazon.awscdk.cxapi
Methods in software.amazon.awscdk.cxapi with parameters of type MissingContextModifier and TypeMethodDescriptionvoidCloudAssemblyBuilder.addMissing(MissingContext missing) Reports that some context is missing in order for this cloud assembly to be fully synthesized.