| Package | Description |
|---|---|
| com.amazonaws.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisResult |
AnalysisResult.clone() |
AnalysisResult |
AnalysisResult.withAnalysisDetail(String analysisDetail)
Provides analysis details for the identified rule.
|
AnalysisResult |
AnalysisResult.withIdentifiedRuleIds(Collection<String> identifiedRuleIds)
The priority number of the stateless rules identified in the analysis.
|
AnalysisResult |
AnalysisResult.withIdentifiedRuleIds(String... identifiedRuleIds)
The priority number of the stateless rules identified in the analysis.
|
AnalysisResult |
AnalysisResult.withIdentifiedType(IdentifiedType identifiedType)
The types of rule configurations that Network Firewall analyzes your rule groups for.
|
AnalysisResult |
AnalysisResult.withIdentifiedType(String identifiedType)
The types of rule configurations that Network Firewall analyzes your rule groups for.
|
| Modifier and Type | Method and Description |
|---|---|
List<AnalysisResult> |
RuleGroupResponse.getAnalysisResults()
The list of analysis results for
AnalyzeRuleGroup. |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupResponse |
RuleGroupResponse.withAnalysisResults(AnalysisResult... analysisResults)
The list of analysis results for
AnalyzeRuleGroup. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupResponse.setAnalysisResults(Collection<AnalysisResult> analysisResults)
The list of analysis results for
AnalyzeRuleGroup. |
RuleGroupResponse |
RuleGroupResponse.withAnalysisResults(Collection<AnalysisResult> analysisResults)
The list of analysis results for
AnalyzeRuleGroup. |
Copyright © 2024. All rights reserved.