Uses of Class
software.amazon.awssdk.services.connect.model.VocabularyState
-
Packages that use VocabularyState Package Description software.amazon.awssdk.services.connect.model -
-
Uses of VocabularyState in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return VocabularyState Modifier and Type Method Description static VocabularyStateVocabularyState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VocabularyStateCreateVocabularyResponse. state()The current state of the custom vocabulary.VocabularyStateDeleteVocabularyResponse. state()The current state of the custom vocabulary.VocabularyStateSearchVocabulariesRequest. state()The current state of the custom vocabulary.VocabularyStateVocabulary. state()The current state of the custom vocabulary.VocabularyStateVocabularySummary. state()The current state of the custom vocabulary.static VocabularyStateVocabularyState. 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.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type VocabularyState Modifier and Type Method Description static Set<VocabularyState>VocabularyState. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type VocabularyState Modifier and Type Method Description CreateVocabularyResponse.BuilderCreateVocabularyResponse.Builder. state(VocabularyState state)The current state of the custom vocabulary.DeleteVocabularyResponse.BuilderDeleteVocabularyResponse.Builder. state(VocabularyState state)The current state of the custom vocabulary.SearchVocabulariesRequest.BuilderSearchVocabulariesRequest.Builder. state(VocabularyState state)The current state of the custom vocabulary.Vocabulary.BuilderVocabulary.Builder. state(VocabularyState state)The current state of the custom vocabulary.VocabularySummary.BuilderVocabularySummary.Builder. state(VocabularyState state)The current state of the custom vocabulary.
-