| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
SynthesisMessageLevel |
SynthesisMessage.getLevel() |
SynthesisMessageLevel |
SynthesisMessage.Jsii$Proxy.getLevel() |
static SynthesisMessageLevel |
SynthesisMessageLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynthesisMessageLevel[] |
SynthesisMessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SynthesisMessage.Builder |
SynthesisMessage.Builder.level(SynthesisMessageLevel level)
Sets the value of
SynthesisMessage.getLevel() |
| Constructor and Description |
|---|
Jsii$Proxy(MetadataEntry entry,
String id,
SynthesisMessageLevel level)
Constructor that initializes the object based on literal property values passed by the
SynthesisMessage.Builder. |
Copyright © 2021. All rights reserved.