Uses of Class
software.amazon.awssdk.services.translate.model.DisplayLanguageCode
-
Packages that use DisplayLanguageCode Package Description software.amazon.awssdk.services.translate.model -
-
Uses of DisplayLanguageCode in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return DisplayLanguageCode Modifier and Type Method Description DisplayLanguageCodeListLanguagesRequest. displayLanguageCode()The language code for the language to use to display the language names in the response.DisplayLanguageCodeListLanguagesResponse. displayLanguageCode()The language code passed in with the request.static DisplayLanguageCodeDisplayLanguageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DisplayLanguageCodeDisplayLanguageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayLanguageCode[]DisplayLanguageCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type DisplayLanguageCode Modifier and Type Method Description static Set<DisplayLanguageCode>DisplayLanguageCode. knownValues()Methods in software.amazon.awssdk.services.translate.model with parameters of type DisplayLanguageCode Modifier and Type Method Description ListLanguagesRequest.BuilderListLanguagesRequest.Builder. displayLanguageCode(DisplayLanguageCode displayLanguageCode)The language code for the language to use to display the language names in the response.ListLanguagesResponse.BuilderListLanguagesResponse.Builder. displayLanguageCode(DisplayLanguageCode displayLanguageCode)The language code passed in with the request.
-