Uses of Class
software.amazon.awscdk.cloudassembly.schema.ContextProvider
-
-
Uses of ContextProvider in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return ContextProvider Modifier and Type Method Description ContextProviderMissingContext. getProvider()The provider from which we expect this context key to be obtained.ContextProviderMissingContext.Jsii$Proxy. getProvider()static ContextProviderContextProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextProvider[]ContextProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type ContextProvider Modifier and Type Method Description MissingContext.BuilderMissingContext.Builder. provider(ContextProvider provider)Sets the value ofMissingContext.getProvider()
-