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 LocaleLocale. fromValue(String value)Use this in place of valueOf.static LocaleLocale. 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 voidDescribeFindingsRequest. setLocale(Locale locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.voidDescribeRulesPackagesRequest. setLocale(Locale locale)The locale that you want to translate a rules package description into.DescribeFindingsRequestDescribeFindingsRequest. withLocale(Locale locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeRulesPackagesRequestDescribeRulesPackagesRequest. withLocale(Locale locale)The locale that you want to translate a rules package description into.
-