| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
StartResourceEvaluationResult |
AmazonConfigClient.startResourceEvaluation(StartResourceEvaluationRequest request)
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply
with configured Config rules.
|
StartResourceEvaluationResult |
AbstractAmazonConfig.startResourceEvaluation(StartResourceEvaluationRequest request) |
StartResourceEvaluationResult |
AmazonConfig.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 |
|---|---|
Future<StartResourceEvaluationResult> |
AmazonConfigAsyncClient.startResourceEvaluationAsync(StartResourceEvaluationRequest request,
AsyncHandler<StartResourceEvaluationRequest,StartResourceEvaluationResult> asyncHandler) |
Future<StartResourceEvaluationResult> |
AmazonConfigAsync.startResourceEvaluationAsync(StartResourceEvaluationRequest startResourceEvaluationRequest,
AsyncHandler<StartResourceEvaluationRequest,StartResourceEvaluationResult> asyncHandler)
Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply
with configured Config rules.
|
Future<StartResourceEvaluationResult> |
AbstractAmazonConfigAsync.startResourceEvaluationAsync(StartResourceEvaluationRequest request,
AsyncHandler<StartResourceEvaluationRequest,StartResourceEvaluationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartResourceEvaluationResult |
StartResourceEvaluationResult.clone() |
StartResourceEvaluationResult |
StartResourceEvaluationResult.withResourceEvaluationId(String resourceEvaluationId)
A unique ResourceEvaluationId that is associated with a single execution.
|
Copyright © 2024. All rights reserved.