Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.Locale
-
Packages that use Locale Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Locale in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.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.LocaleValidatePolicyRequest. locale()The locale to use for localizing the findings.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.accessanalyzer.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.accessanalyzer.model with parameters of type Locale Modifier and Type Method Description ValidatePolicyRequest.BuilderValidatePolicyRequest.Builder. locale(Locale locale)The locale to use for localizing the findings.
-