Uses of Class
software.amazon.awssdk.services.voiceid.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.voiceid Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which make voice interactions in contact centers more secure and efficient. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseVoiceIdClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a Voice ID resource with the provided list of tags.default TagResourceResponseVoiceIdClient. tagResource(TagResourceRequest tagResourceRequest)Tags a Voice ID resource with the provided list of tags.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>VoiceIdAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a Voice ID resource with the provided list of tags.default CompletableFuture<TagResourceResponse>VoiceIdAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a Voice ID resource with the provided list of tags.
-