Uses of Class
software.amazon.awssdk.services.networkfirewall.model.AnalysisResult
-
Packages that use AnalysisResult Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of AnalysisResult in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type AnalysisResult Modifier and Type Method Description List<AnalysisResult>RuleGroupResponse. analysisResults()The list of analysis results forAnalyzeRuleGroup.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type AnalysisResult Modifier and Type Method Description RuleGroupResponse.BuilderRuleGroupResponse.Builder. analysisResults(AnalysisResult... analysisResults)The list of analysis results forAnalyzeRuleGroup.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type AnalysisResult Modifier and Type Method Description RuleGroupResponse.BuilderRuleGroupResponse.Builder. analysisResults(Collection<AnalysisResult> analysisResults)The list of analysis results forAnalyzeRuleGroup.
-