Uses of Class
software.amazon.awssdk.services.transcribe.model.VocabularyState
-
Packages that use VocabularyState Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of VocabularyState in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.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.VocabularyStateListMedicalVocabulariesRequest. stateEquals()Returns only custom medical vocabularies with the specified state.VocabularyStateListVocabulariesRequest. stateEquals()Returns only custom vocabularies with the specified state.VocabularyStateListMedicalVocabulariesResponse. status()Lists all custom medical vocabularies that have the status specified in your request.VocabularyStateListVocabulariesResponse. status()Lists all custom vocabularies that have the status specified in your request.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.VocabularyStateCreateMedicalVocabularyResponse. vocabularyState()The processing state of your custom medical vocabulary.VocabularyStateCreateVocabularyResponse. vocabularyState()The processing state of your custom vocabulary.VocabularyStateGetMedicalVocabularyResponse. vocabularyState()The processing state of your custom medical vocabulary.VocabularyStateGetVocabularyResponse. vocabularyState()The processing state of your custom vocabulary.VocabularyStateUpdateMedicalVocabularyResponse. vocabularyState()The processing state of your custom medical vocabulary.VocabularyStateUpdateVocabularyResponse. vocabularyState()The processing state of your custom vocabulary.VocabularyStateVocabularyInfo. vocabularyState()The processing state of your custom vocabulary.Methods in software.amazon.awssdk.services.transcribe.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.transcribe.model with parameters of type VocabularyState Modifier and Type Method Description ListMedicalVocabulariesRequest.BuilderListMedicalVocabulariesRequest.Builder. stateEquals(VocabularyState stateEquals)Returns only custom medical vocabularies with the specified state.ListVocabulariesRequest.BuilderListVocabulariesRequest.Builder. stateEquals(VocabularyState stateEquals)Returns only custom vocabularies with the specified state.ListMedicalVocabulariesResponse.BuilderListMedicalVocabulariesResponse.Builder. status(VocabularyState status)Lists all custom medical vocabularies that have the status specified in your request.ListVocabulariesResponse.BuilderListVocabulariesResponse.Builder. status(VocabularyState status)Lists all custom vocabularies that have the status specified in your request.CreateMedicalVocabularyResponse.BuilderCreateMedicalVocabularyResponse.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom medical vocabulary.CreateVocabularyResponse.BuilderCreateVocabularyResponse.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom vocabulary.GetMedicalVocabularyResponse.BuilderGetMedicalVocabularyResponse.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom medical vocabulary.GetVocabularyResponse.BuilderGetVocabularyResponse.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom vocabulary.UpdateMedicalVocabularyResponse.BuilderUpdateMedicalVocabularyResponse.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom medical vocabulary.UpdateVocabularyResponse.BuilderUpdateVocabularyResponse.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom vocabulary.VocabularyInfo.BuilderVocabularyInfo.Builder. vocabularyState(VocabularyState vocabularyState)The processing state of your custom vocabulary.
-