Uses of Class
software.amazon.awssdk.services.config.model.EvaluationModeConfiguration
-
Packages that use EvaluationModeConfiguration Package Description software.amazon.awssdk.services.config.model -
-
Uses of EvaluationModeConfiguration in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type EvaluationModeConfiguration Modifier and Type Method Description List<EvaluationModeConfiguration>ConfigRule. evaluationModes()The modes the Config rule can be evaluated in.Methods in software.amazon.awssdk.services.config.model with parameters of type EvaluationModeConfiguration Modifier and Type Method Description ConfigRule.BuilderConfigRule.Builder. evaluationModes(EvaluationModeConfiguration... evaluationModes)The modes the Config rule can be evaluated in.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type EvaluationModeConfiguration Modifier and Type Method Description ConfigRule.BuilderConfigRule.Builder. evaluationModes(Collection<EvaluationModeConfiguration> evaluationModes)The modes the Config rule can be evaluated in.
-