Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseKinesisVideoClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags associated with the specified signaling channel.default ListTagsForResourceResponseKinesisVideoClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with the specified signaling channel.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>KinesisVideoAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags associated with the specified signaling channel.default CompletableFuture<ListTagsForResourceResponse>KinesisVideoAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with the specified signaling channel.
-