Uses of Class
software.amazon.awssdk.services.appconfig.model.ValidatorType
-
Packages that use ValidatorType Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of ValidatorType in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return ValidatorType Modifier and Type Method Description static ValidatorTypeValidatorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ValidatorTypeValidator. type()AppConfig supports validators of typeJSON_SCHEMAandLAMBDAstatic ValidatorTypeValidatorType. 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.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ValidatorType Modifier and Type Method Description static Set<ValidatorType>ValidatorType. knownValues()List<ValidatorType>ConfigurationProfileSummary. validatorTypes()The types of validators in the configuration profile.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type ValidatorType Modifier and Type Method Description Validator.BuilderValidator.Builder. type(ValidatorType type)AppConfig supports validators of typeJSON_SCHEMAandLAMBDAConfigurationProfileSummary.BuilderConfigurationProfileSummary.Builder. validatorTypes(ValidatorType... validatorTypes)The types of validators in the configuration profile.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type ValidatorType Modifier and Type Method Description ConfigurationProfileSummary.BuilderConfigurationProfileSummary.Builder. validatorTypes(Collection<ValidatorType> validatorTypes)The types of validators in the configuration profile.
-