Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
static Locale |
Locale.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
DescribeFindingsRequest.setLocale(Locale locale)
The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the finding.
|
void |
DescribeRulesPackagesRequest.setLocale(Locale locale)
The locale that you want to translate a rules package description into.
|
DescribeFindingsRequest |
DescribeFindingsRequest.withLocale(Locale locale)
The locale into which you want to translate a finding description,
recommendation, and the short description that identifies the finding.
|
DescribeRulesPackagesRequest |
DescribeRulesPackagesRequest.withLocale(Locale locale)
The locale that you want to translate a rules package description into.
|
Copyright © 2018. All rights reserved.