Uses of Class
software.amazon.awssdk.services.config.model.ConformancePackEvaluationResult
-
Packages that use ConformancePackEvaluationResult Package Description software.amazon.awssdk.services.config.model -
-
Uses of ConformancePackEvaluationResult in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ConformancePackEvaluationResult Modifier and Type Method Description List<ConformancePackEvaluationResult>GetConformancePackComplianceDetailsResponse. conformancePackRuleEvaluationResults()Returns a list ofConformancePackEvaluationResultobjects.Methods in software.amazon.awssdk.services.config.model with parameters of type ConformancePackEvaluationResult Modifier and Type Method Description GetConformancePackComplianceDetailsResponse.BuilderGetConformancePackComplianceDetailsResponse.Builder. conformancePackRuleEvaluationResults(ConformancePackEvaluationResult... conformancePackRuleEvaluationResults)Returns a list ofConformancePackEvaluationResultobjects.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ConformancePackEvaluationResult Modifier and Type Method Description GetConformancePackComplianceDetailsResponse.BuilderGetConformancePackComplianceDetailsResponse.Builder. conformancePackRuleEvaluationResults(Collection<ConformancePackEvaluationResult> conformancePackRuleEvaluationResults)Returns a list ofConformancePackEvaluationResultobjects.
-