| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyState |
VocabularyState.fromValue(String value)
Use this in place of valueOf.
|
static VocabularyState |
VocabularyState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VocabularyState[] |
VocabularyState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SearchVocabulariesRequest |
SearchVocabulariesRequest.withState(VocabularyState state)
The current state of the custom vocabulary.
|
DeleteVocabularyResult |
DeleteVocabularyResult.withState(VocabularyState state)
The current state of the custom vocabulary.
|
CreateVocabularyResult |
CreateVocabularyResult.withState(VocabularyState state)
The current state of the custom vocabulary.
|
VocabularySummary |
VocabularySummary.withState(VocabularyState state)
The current state of the custom vocabulary.
|
Vocabulary |
Vocabulary.withState(VocabularyState state)
The current state of the custom vocabulary.
|
Copyright © 2023. All rights reserved.