| Package | Description |
|---|---|
| com.amazonaws.services.codegurusecurity.model |
| Modifier and Type | Method and Description |
|---|---|
SuggestedFix |
SuggestedFix.clone() |
SuggestedFix |
SuggestedFix.withCode(String code)
The suggested code to add to your file.
|
SuggestedFix |
SuggestedFix.withDescription(String description)
A description of the suggested code fix and why it is being suggested.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuggestedFix> |
Remediation.getSuggestedFixes()
A list of
SuggestedFix objects. |
| Modifier and Type | Method and Description |
|---|---|
Remediation |
Remediation.withSuggestedFixes(SuggestedFix... suggestedFixes)
A list of
SuggestedFix objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Remediation.setSuggestedFixes(Collection<SuggestedFix> suggestedFixes)
A list of
SuggestedFix objects. |
Remediation |
Remediation.withSuggestedFixes(Collection<SuggestedFix> suggestedFixes)
A list of
SuggestedFix objects. |
Copyright © 2023. All rights reserved.