Uses of Class
software.amazon.awssdk.services.voiceid.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseVoiceIdClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with a specified Voice ID resource.default ListTagsForResourceResponseVoiceIdClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with a specified Voice ID resource.Methods in software.amazon.awssdk.services.voiceid that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>VoiceIdAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists all tags associated with a specified Voice ID resource.default CompletableFuture<ListTagsForResourceResponse>VoiceIdAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists all tags associated with a specified Voice ID resource.
-