| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static VocabularyState |
VocabularyState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VocabularyState |
DeleteVocabularyResponse.state()
The current state of the custom vocabulary.
|
VocabularyState |
Vocabulary.state()
The current state of the custom vocabulary.
|
VocabularyState |
SearchVocabulariesRequest.state()
The current state of the custom vocabulary.
|
VocabularyState |
VocabularySummary.state()
The current state of the custom vocabulary.
|
VocabularyState |
CreateVocabularyResponse.state()
The current state of the custom vocabulary.
|
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 |
|---|---|
static Set<VocabularyState> |
VocabularyState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteVocabularyResponse.Builder |
DeleteVocabularyResponse.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
SearchVocabulariesRequest.Builder |
SearchVocabulariesRequest.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
VocabularySummary.Builder |
VocabularySummary.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
CreateVocabularyResponse.Builder |
CreateVocabularyResponse.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
Copyright © 2023. All rights reserved.