Uses of Class
com.amazonaws.services.inspector.model.Locale
-
Packages that use Locale Package Description com.amazonaws.services.inspector.model -
-
Uses of Locale in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return Locale Modifier and Type Method 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.Methods in com.amazonaws.services.inspector.model with parameters of type Locale Modifier and Type Method 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.
-