Uses of Class
software.amazon.awssdk.services.voiceid.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseVoiceIdClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes specified tags from a specified Amazon Connect Voice ID resource.default UntagResourceResponseVoiceIdClient. untagResource(UntagResourceRequest untagResourceRequest)Removes specified tags from a specified Amazon Connect Voice ID resource.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>VoiceIdAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes specified tags from a specified Amazon Connect Voice ID resource.default CompletableFuture<UntagResourceResponse>VoiceIdAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes specified tags from a specified Amazon Connect Voice ID resource.
-