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