| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
LocalizedText |
LocalizedText.clone() |
LocalizedText |
RulesPackage.getDescription()
The description of the rules package.
|
LocalizedText |
Finding.getDescription()
The description of the finding.
|
LocalizedText |
Finding.getFinding()
A short description that identifies the finding.
|
LocalizedText |
Finding.getRecommendation()
The recommendation for the finding.
|
LocalizedText |
LocalizedText.withKey(LocalizedTextKey key)
The facility and id properties of the LocalizedTextKey data type.
|
LocalizedText |
LocalizedText.withParameters(Collection<Parameter> parameters)
Values for the dynamic elements of the string specified by the textual
identifier.
|
LocalizedText |
LocalizedText.withParameters(Parameter... parameters)
Values for the dynamic elements of the string specified by the textual
identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocalizedText> |
LocalizeTextRequest.getLocalizedTexts()
A list of textual identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RulesPackage.setDescription(LocalizedText description)
The description of the rules package.
|
void |
Finding.setDescription(LocalizedText description)
The description of the finding.
|
void |
Finding.setFinding(LocalizedText finding)
A short description that identifies the finding.
|
void |
Finding.setRecommendation(LocalizedText recommendation)
The recommendation for the finding.
|
RulesPackage |
RulesPackage.withDescription(LocalizedText description)
The description of the rules package.
|
Finding |
Finding.withDescription(LocalizedText description)
The description of the finding.
|
Finding |
Finding.withFinding(LocalizedText finding)
A short description that identifies the finding.
|
LocalizeTextRequest |
LocalizeTextRequest.withLocalizedTexts(LocalizedText... localizedTexts)
A list of textual identifiers.
|
Finding |
Finding.withRecommendation(LocalizedText recommendation)
The recommendation for the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizeTextRequest.setLocalizedTexts(Collection<LocalizedText> localizedTexts)
A list of textual identifiers.
|
LocalizeTextRequest |
LocalizeTextRequest.withLocalizedTexts(Collection<LocalizedText> localizedTexts)
A list of textual identifiers.
|
Copyright © 2016. All rights reserved.