| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyFinding |
ValidatePolicyFinding.clone() |
ValidatePolicyFinding |
ValidatePolicyFinding.withFindingDetails(String findingDetails)
A localized message that explains the finding and provides guidance on how to address it.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withFindingType(String findingType)
The impact of the finding.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withFindingType(ValidatePolicyFindingType findingType)
The impact of the finding.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withIssueCode(String issueCode)
The issue code provides an identifier of the issue associated with this finding.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withLearnMoreLink(String learnMoreLink)
A link to additional documentation about the type of finding.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withLocations(Collection<Location> locations)
The list of locations in the policy document that are related to the finding.
|
ValidatePolicyFinding |
ValidatePolicyFinding.withLocations(Location... locations)
The list of locations in the policy document that are related to the finding.
|
| Modifier and Type | Method and Description |
|---|---|
List<ValidatePolicyFinding> |
ValidatePolicyResult.getFindings()
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyResult |
ValidatePolicyResult.withFindings(ValidatePolicyFinding... findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatePolicyResult.setFindings(Collection<ValidatePolicyFinding> findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
ValidatePolicyResult |
ValidatePolicyResult.withFindings(Collection<ValidatePolicyFinding> findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
Copyright © 2023. All rights reserved.