Uses of Class
software.amazon.awssdk.services.config.model.StartConfigRulesEvaluationResponse
-
Packages that use StartConfigRulesEvaluationResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of StartConfigRulesEvaluationResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return StartConfigRulesEvaluationResponse Modifier and Type Method Description default StartConfigRulesEvaluationResponseConfigClient. 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 StartConfigRulesEvaluationResponseConfigClient. startConfigRulesEvaluation(StartConfigRulesEvaluationRequest startConfigRulesEvaluationRequest)Runs an on-demand evaluation for the specified Config rules against the last known configuration state of the resources.Methods in software.amazon.awssdk.services.config that return types with arguments of type StartConfigRulesEvaluationResponse Modifier and Type Method 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.
-