Uses of Class
software.amazon.awssdk.services.connect.model.VocabularyLanguageCode
-
Packages that use VocabularyLanguageCode Package Description software.amazon.awssdk.services.connect.model -
-
Uses of VocabularyLanguageCode in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return VocabularyLanguageCode Modifier and Type Method Description static VocabularyLanguageCodeVocabularyLanguageCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VocabularyLanguageCodeAssociateDefaultVocabularyRequest. languageCode()The language code of the vocabulary entries.VocabularyLanguageCodeCreateVocabularyRequest. languageCode()The language code of the vocabulary entries.VocabularyLanguageCodeDefaultVocabulary. languageCode()The language code of the vocabulary entries.VocabularyLanguageCodeListDefaultVocabulariesRequest. languageCode()The language code of the vocabulary entries.VocabularyLanguageCodeSearchVocabulariesRequest. languageCode()The language code of the vocabulary entries.VocabularyLanguageCodeVocabulary. languageCode()The language code of the vocabulary entries.VocabularyLanguageCodeVocabularySummary. languageCode()The language code of the vocabulary entries.static VocabularyLanguageCodeVocabularyLanguageCode. valueOf(String name)Returns the enum constant of this type with the specified name.static VocabularyLanguageCode[]VocabularyLanguageCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type VocabularyLanguageCode Modifier and Type Method Description static Set<VocabularyLanguageCode>VocabularyLanguageCode. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type VocabularyLanguageCode Modifier and Type Method Description AssociateDefaultVocabularyRequest.BuilderAssociateDefaultVocabularyRequest.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.DefaultVocabulary.BuilderDefaultVocabulary.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.ListDefaultVocabulariesRequest.BuilderListDefaultVocabulariesRequest.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.SearchVocabulariesRequest.BuilderSearchVocabulariesRequest.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.Vocabulary.BuilderVocabulary.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.VocabularySummary.BuilderVocabularySummary.Builder. languageCode(VocabularyLanguageCode languageCode)The language code of the vocabulary entries.
-