Uses of Class
software.amazon.awssdk.services.support.model.SupportedLanguage
-
Packages that use SupportedLanguage Package Description software.amazon.awssdk.services.support.model -
-
Uses of SupportedLanguage in software.amazon.awssdk.services.support.model
Methods in software.amazon.awssdk.services.support.model that return types with arguments of type SupportedLanguage Modifier and Type Method Description List<SupportedLanguage>DescribeSupportedLanguagesResponse. supportedLanguages()A JSON-formatted array that contains the available ISO 639-1 language codes.Methods in software.amazon.awssdk.services.support.model with parameters of type SupportedLanguage Modifier and Type Method Description DescribeSupportedLanguagesResponse.BuilderDescribeSupportedLanguagesResponse.Builder. supportedLanguages(SupportedLanguage... supportedLanguages)A JSON-formatted array that contains the available ISO 639-1 language codes.Method parameters in software.amazon.awssdk.services.support.model with type arguments of type SupportedLanguage Modifier and Type Method Description DescribeSupportedLanguagesResponse.BuilderDescribeSupportedLanguagesResponse.Builder. supportedLanguages(Collection<SupportedLanguage> supportedLanguages)A JSON-formatted array that contains the available ISO 639-1 language codes.
-