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