Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.kinesisvideo -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.kinesisvideo
Methods in software.amazon.awssdk.services.kinesisvideo that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseKinesisVideoClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a signaling channel.default UntagResourceResponseKinesisVideoClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a signaling channel.Methods in software.amazon.awssdk.services.kinesisvideo that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>KinesisVideoAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a signaling channel.default CompletableFuture<UntagResourceResponse>KinesisVideoAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a signaling channel.
-