Uses of Class
software.amazon.awssdk.services.config.model.StartResourceEvaluationResponse
-
Packages that use StartResourceEvaluationResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of StartResourceEvaluationResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return StartResourceEvaluationResponse Modifier and Type Method Description default StartResourceEvaluationResponseConfigClient. 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 StartResourceEvaluationResponseConfigClient. startResourceEvaluation(StartResourceEvaluationRequest startResourceEvaluationRequest)Runs an on-demand evaluation for the specified resource to determine whether the resource details will comply with configured Config rules.Methods in software.amazon.awssdk.services.config that return types with arguments of type StartResourceEvaluationResponse Modifier and Type Method 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.
-