| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default StartConfigRulesEvaluationResponse |
ConfigClient.startConfigRulesEvaluation(Consumer<StartConfigRulesEvaluationRequest.Builder> startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the
resources.
|
default StartConfigRulesEvaluationResponse |
ConfigClient.startConfigRulesEvaluation(StartConfigRulesEvaluationRequest startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the
resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartConfigRulesEvaluationResponse> |
ConfigAsyncClient.startConfigRulesEvaluation(Consumer<StartConfigRulesEvaluationRequest.Builder> startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the
resources.
|
default CompletableFuture<StartConfigRulesEvaluationResponse> |
ConfigAsyncClient.startConfigRulesEvaluation(StartConfigRulesEvaluationRequest startConfigRulesEvaluationRequest)
Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the
resources.
|
Copyright © 2023. All rights reserved.