| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static Locale |
Locale.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Locale |
GetExclusionsPreviewRequest.locale()
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
Locale |
DescribeRulesPackagesRequest.locale()
The locale that you want to translate a rules package description into.
|
Locale |
DescribeExclusionsRequest.locale()
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
Locale |
DescribeFindingsRequest.locale()
The locale into which you want to translate a finding description, recommendation, and the short description that
identifies the finding.
|
static Locale |
Locale.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Locale[] |
Locale.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Locale> |
Locale.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetExclusionsPreviewRequest.Builder |
GetExclusionsPreviewRequest.Builder.locale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
DescribeRulesPackagesRequest.Builder |
DescribeRulesPackagesRequest.Builder.locale(Locale locale)
The locale that you want to translate a rules package description into.
|
DescribeExclusionsRequest.Builder |
DescribeExclusionsRequest.Builder.locale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
DescribeFindingsRequest.Builder |
DescribeFindingsRequest.Builder.locale(Locale locale)
The locale into which you want to translate a finding description, recommendation, and the short description
that identifies the finding.
|
Copyright © 2023. All rights reserved.