| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidatorType |
ValidatorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ValidatorType |
Validator.type()
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
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 |
|---|---|
static Set<ValidatorType> |
ValidatorType.knownValues()
|
List<ValidatorType> |
ConfigurationProfileSummary.validatorTypes()
The types of validators in the configuration profile.
|
| Modifier and Type | Method and Description |
|---|---|
Validator.Builder |
Validator.Builder.type(ValidatorType type)
AppConfig supports validators of type
JSON_SCHEMA and LAMBDA |
ConfigurationProfileSummary.Builder |
ConfigurationProfileSummary.Builder.validatorTypes(ValidatorType... validatorTypes)
The types of validators in the configuration profile.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProfileSummary.Builder |
ConfigurationProfileSummary.Builder.validatorTypes(Collection<ValidatorType> validatorTypes)
The types of validators in the configuration profile.
|
Copyright © 2022. All rights reserved.