| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ValidationResult.prefix(String message)
(experimental) Wrap this result with an error message, if it concerns an error.
|
ValidationResult |
ValidationResults.wrap(String message)
(experimental) Wrap up all validation results into a single tree node.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidationResult> |
ValidationResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResults.collect(ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationResults.setResults(List<ValidationResult> value) |
| Constructor and Description |
|---|
ValidationResults(List<ValidationResult> results) |
Copyright © 2021. All rights reserved.