| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
VocabularySummary |
VocabularySummary.clone() |
VocabularySummary |
VocabularySummary.withArn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
VocabularySummary |
VocabularySummary.withFailureReason(String failureReason)
The reason why the custom vocabulary was not created.
|
VocabularySummary |
VocabularySummary.withId(String id)
The identifier of the custom vocabulary.
|
VocabularySummary |
VocabularySummary.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
VocabularySummary |
VocabularySummary.withLanguageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularySummary |
VocabularySummary.withLastModifiedTime(Date lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
|
VocabularySummary |
VocabularySummary.withName(String name)
A unique name of the custom vocabulary.
|
VocabularySummary |
VocabularySummary.withState(String state)
The current state of the custom vocabulary.
|
VocabularySummary |
VocabularySummary.withState(VocabularyState state)
The current state of the custom vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
List<VocabularySummary> |
SearchVocabulariesResult.getVocabularySummaryList()
The list of the available custom vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
SearchVocabulariesResult |
SearchVocabulariesResult.withVocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchVocabulariesResult.setVocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
SearchVocabulariesResult |
SearchVocabulariesResult.withVocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
Copyright © 2022. All rights reserved.