| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorType |
ValidatorType.fromValue(String value)
Use this in place of valueOf.
|
static ValidatorType |
ValidatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidatorType[] |
ValidatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Validator |
Validator.withType(ValidatorType type)
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
ConfigurationProfileSummary |
ConfigurationProfileSummary.withValidatorTypes(ValidatorType... validatorTypes)
The types of validators in the configuration profile.
|
Copyright © 2023. All rights reserved.