| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyLanguageCode |
VocabularyLanguageCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VocabularyLanguageCode |
Vocabulary.languageCode()
The language code of the vocabulary entries.
|
VocabularyLanguageCode |
SearchVocabulariesRequest.languageCode()
The language code of the vocabulary entries.
|
VocabularyLanguageCode |
AssociateDefaultVocabularyRequest.languageCode()
The language code of the vocabulary entries.
|
VocabularyLanguageCode |
ListDefaultVocabulariesRequest.languageCode()
The language code of the vocabulary entries.
|
VocabularyLanguageCode |
DefaultVocabulary.languageCode()
The language code of the vocabulary entries.
|
VocabularyLanguageCode |
VocabularySummary.languageCode()
The language code of the vocabulary entries.
|
VocabularyLanguageCode |
CreateVocabularyRequest.languageCode()
The language code of the vocabulary entries.
|
static VocabularyLanguageCode |
VocabularyLanguageCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VocabularyLanguageCode> |
VocabularyLanguageCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Vocabulary.Builder |
Vocabulary.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
SearchVocabulariesRequest.Builder |
SearchVocabulariesRequest.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
AssociateDefaultVocabularyRequest.Builder |
AssociateDefaultVocabularyRequest.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
ListDefaultVocabulariesRequest.Builder |
ListDefaultVocabulariesRequest.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
DefaultVocabulary.Builder |
DefaultVocabulary.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularySummary.Builder |
VocabularySummary.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
Copyright © 2023. All rights reserved.