Uses of Class
software.amazon.awssdk.services.transcribe.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Tag in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateLanguageModelRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to a new custom language model at the time you create this new model.List<Tag>CreateMedicalVocabularyRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the time you create this new custom vocabulary.List<Tag>CreateVocabularyFilterRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary filter at the time you create this new vocabulary filter.List<Tag>CreateVocabularyRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create this new custom vocabulary.List<Tag>ListTagsForResourceResponse. tags()Lists all tags associated with the given transcription job, vocabulary, model, or resource.List<Tag>MedicalScribeJob. tags()Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.List<Tag>MedicalTranscriptionJob. tags()The tags, each in the form of a key:value pair, assigned to the specified medical transcription job.List<Tag>StartMedicalScribeJobRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.List<Tag>StartMedicalTranscriptionJobRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to a new medical transcription job at the time you start this new job.List<Tag>StartTranscriptionJobRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to a new transcription job at the time you start this new job.List<Tag>TagResourceRequest. tags()Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.List<Tag>TranscriptionJob. tags()The tags, each in the form of a key:value pair, assigned to the specified transcription job.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type Tag Modifier and Type Method Description CreateLanguageModelRequest.BuilderCreateLanguageModelRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom language model at the time you create this new model.CreateMedicalVocabularyRequest.BuilderCreateMedicalVocabularyRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the time you create this new custom vocabulary.CreateVocabularyFilterRequest.BuilderCreateVocabularyFilterRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary filter at the time you create this new vocabulary filter.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create this new custom vocabulary.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Lists all tags associated with the given transcription job, vocabulary, model, or resource.MedicalScribeJob.BuilderMedicalScribeJob.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. tags(Tag... tags)The tags, each in the form of a key:value pair, assigned to the specified medical transcription job.StartMedicalScribeJobRequest.BuilderStartMedicalScribeJobRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to a new medical transcription job at the time you start this new job.StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to a new transcription job at the time you start this new job.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.TranscriptionJob.BuilderTranscriptionJob.Builder. tags(Tag... tags)The tags, each in the form of a key:value pair, assigned to the specified transcription job.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type Tag Modifier and Type Method Description CreateLanguageModelRequest.BuilderCreateLanguageModelRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom language model at the time you create this new model.CreateMedicalVocabularyRequest.BuilderCreateMedicalVocabularyRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom medical vocabulary at the time you create this new custom vocabulary.CreateVocabularyFilterRequest.BuilderCreateVocabularyFilterRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary filter at the time you create this new vocabulary filter.CreateVocabularyRequest.BuilderCreateVocabularyRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to a new custom vocabulary at the time you create this new custom vocabulary.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Lists all tags associated with the given transcription job, vocabulary, model, or resource.MedicalScribeJob.BuilderMedicalScribeJob.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. tags(Collection<Tag> tags)The tags, each in the form of a key:value pair, assigned to the specified medical transcription job.StartMedicalScribeJobRequest.BuilderStartMedicalScribeJobRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to the Medica Scribe job.StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to a new medical transcription job at the time you start this new job.StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to a new transcription job at the time you start this new job.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.TranscriptionJob.BuilderTranscriptionJob.Builder. tags(Collection<Tag> tags)The tags, each in the form of a key:value pair, assigned to the specified transcription job.
-