| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Recommendation |
Recommendation.clone() |
Recommendation |
Remediation.getRecommendation()
Provides a recommendation on how to remediate the issue identified within a finding.
|
Recommendation |
Recommendation.withText(String text)
The recommendation of what to do about the issue described in a finding.
|
Recommendation |
Recommendation.withUrl(String url)
A URL to link to general remediation information for the finding type of a finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Remediation.setRecommendation(Recommendation recommendation)
Provides a recommendation on how to remediate the issue identified within a finding.
|
Remediation |
Remediation.withRecommendation(Recommendation recommendation)
Provides a recommendation on how to remediate the issue identified within a finding.
|
Copyright © 2018. All rights reserved.