| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| Modifier and Type | Method and Description |
|---|---|
ContextProvider |
MissingContext.getProvider()
(experimental) The provider from which we expect this context key to be obtained.
|
ContextProvider |
MissingContext.Jsii$Proxy.getProvider() |
static ContextProvider |
ContextProvider.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.
|
| Modifier and Type | Method and Description |
|---|---|
MissingContext.Builder |
MissingContext.Builder.provider(ContextProvider provider)
Sets the value of
MissingContext.getProvider() |
| Constructor and Description |
|---|
Jsii$Proxy(String key,
Object props,
ContextProvider provider)
Constructor that initializes the object based on literal property values passed by the
MissingContext.Builder. |
Copyright © 2021. All rights reserved.