Uses of Class
software.amazon.awssdk.services.voiceid.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.voiceid.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.voiceid
Methods in software.amazon.awssdk.services.voiceid with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>VoiceIdAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.voiceid.transform
Methods in software.amazon.awssdk.services.voiceid.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-