| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationModeConfiguration |
EvaluationModeConfiguration.clone() |
EvaluationModeConfiguration |
EvaluationModeConfiguration.withMode(EvaluationMode mode)
The mode of an evaluation.
|
EvaluationModeConfiguration |
EvaluationModeConfiguration.withMode(String mode)
The mode of an evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationModeConfiguration> |
ConfigRule.getEvaluationModes()
The modes the Config rule can be evaluated in.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigRule |
ConfigRule.withEvaluationModes(EvaluationModeConfiguration... evaluationModes)
The modes the Config rule can be evaluated in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRule.setEvaluationModes(Collection<EvaluationModeConfiguration> evaluationModes)
The modes the Config rule can be evaluated in.
|
ConfigRule |
ConfigRule.withEvaluationModes(Collection<EvaluationModeConfiguration> evaluationModes)
The modes the Config rule can be evaluated in.
|
Copyright © 2024. All rights reserved.