| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
DefaultVocabulary |
DefaultVocabulary.clone() |
DefaultVocabulary |
DefaultVocabulary.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DefaultVocabulary |
DefaultVocabulary.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
DefaultVocabulary |
DefaultVocabulary.withLanguageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
DefaultVocabulary |
DefaultVocabulary.withVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
DefaultVocabulary |
DefaultVocabulary.withVocabularyName(String vocabularyName)
A unique name of the custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefaultVocabulary> |
ListDefaultVocabulariesResult.getDefaultVocabularyList()
A list of default vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
ListDefaultVocabulariesResult |
ListDefaultVocabulariesResult.withDefaultVocabularyList(DefaultVocabulary... defaultVocabularyList)
A list of default vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDefaultVocabulariesResult.setDefaultVocabularyList(Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResult |
ListDefaultVocabulariesResult.withDefaultVocabularyList(Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
|
Copyright © 2022. All rights reserved.