Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseKinesisVideoClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a signaling channel.default TagResourceResponseKinesisVideoClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a signaling channel.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>KinesisVideoAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a signaling channel.default CompletableFuture<TagResourceResponse>KinesisVideoAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a signaling channel.
-