Uses of Class
software.amazon.awssdk.services.workdocs.model.LanguageCodeType
-
Packages that use LanguageCodeType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of LanguageCodeType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return LanguageCodeType Modifier and Type Method Description static LanguageCodeTypeLanguageCodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LanguageCodeTypeLanguageCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static LanguageCodeType[]LanguageCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type LanguageCodeType Modifier and Type Method Description static Set<LanguageCodeType>LanguageCodeType. knownValues()List<LanguageCodeType>Filters. textLocales()Filters by the locale of the content or comment.Methods in software.amazon.awssdk.services.workdocs.model with parameters of type LanguageCodeType Modifier and Type Method Description Filters.BuilderFilters.Builder. textLocales(LanguageCodeType... textLocales)Filters by the locale of the content or comment.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type LanguageCodeType Modifier and Type Method Description Filters.BuilderFilters.Builder. textLocales(Collection<LanguageCodeType> textLocales)Filters by the locale of the content or comment.
-