| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| Modifier and Type | Method and Description |
|---|---|
default StartResourceEvaluationResponse |
ConfigClient.startResourceEvaluation(Consumer<StartResourceEvaluationRequest.Builder> startResourceEvaluationRequest)
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply
with configured Config rules.
|
default StartResourceEvaluationResponse |
ConfigClient.startResourceEvaluation(StartResourceEvaluationRequest startResourceEvaluationRequest)
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply
with configured Config rules.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartResourceEvaluationResponse> |
ConfigAsyncClient.startResourceEvaluation(Consumer<StartResourceEvaluationRequest.Builder> startResourceEvaluationRequest)
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply
with configured Config rules.
|
default CompletableFuture<StartResourceEvaluationResponse> |
ConfigAsyncClient.startResourceEvaluation(StartResourceEvaluationRequest startResourceEvaluationRequest)
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply
with configured Config rules.
|
Copyright © 2023. All rights reserved.