Uses of Interface
software.amazon.awssdk.services.transcribe.model.TagResourceRequest.Builder
-
Packages that use TagResourceRequest.Builder Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.model -
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.transcribe
Method parameters in software.amazon.awssdk.services.transcribe with type arguments of type TagResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<TagResourceResponse>TranscribeAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.default TagResourceResponseTranscribeClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return TagResourceRequest.Builder Modifier and Type Method Description static TagResourceRequest.BuilderTagResourceRequest. builder()TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TagResourceRequest.BuilderTagResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)TagResourceRequest.BuilderTagResourceRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the resource you want to tag.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.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Consumer<Tag.Builder>... tags)Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.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.TagResourceRequest.BuilderTagResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type TagResourceRequest.Builder Modifier and Type Method Description static Class<? extends TagResourceRequest.Builder>TagResourceRequest. serializableBuilderClass()
-