Uses of Class
software.amazon.awssdk.services.inspector.model.Locale
-
Packages that use Locale Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of Locale in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return Locale Modifier and Type Method Description static LocaleLocale. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LocaleDescribeExclusionsRequest. locale()The locale into which you want to translate the exclusion's title, description, and recommendation.LocaleDescribeFindingsRequest. locale()The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.LocaleDescribeRulesPackagesRequest. locale()The locale that you want to translate a rules package description into.LocaleGetExclusionsPreviewRequest. locale()The locale into which you want to translate the exclusion's title, description, and recommendation.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 software.amazon.awssdk.services.inspector.model that return types with arguments of type Locale Modifier and Type Method Description static Set<Locale>Locale. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type Locale Modifier and Type Method Description DescribeExclusionsRequest.BuilderDescribeExclusionsRequest.Builder. locale(Locale locale)The locale into which you want to translate the exclusion's title, description, and recommendation.DescribeFindingsRequest.BuilderDescribeFindingsRequest.Builder. locale(Locale locale)The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.DescribeRulesPackagesRequest.BuilderDescribeRulesPackagesRequest.Builder. locale(Locale locale)The locale that you want to translate a rules package description into.GetExclusionsPreviewRequest.BuilderGetExclusionsPreviewRequest.Builder. locale(Locale locale)The locale into which you want to translate the exclusion's title, description, and recommendation.
-