| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static Recommendation.Builder |
Recommendation.builder() |
Recommendation.Builder |
Recommendation.Builder.text(String text)
Describes the recommended steps to take to remediate an issue identified in a finding.
|
Recommendation.Builder |
Recommendation.toBuilder() |
Recommendation.Builder |
Recommendation.Builder.url(String url)
A URL to a page or site that contains information about how to remediate a finding.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Recommendation.Builder> |
Recommendation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Remediation.Builder |
Remediation.Builder.recommendation(Consumer<Recommendation.Builder> recommendation)
A recommendation on the steps to take to remediate the issue identified by a finding.
|
Copyright © 2023. All rights reserved.