Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.ivsrealtime Introductionsoftware.amazon.awssdk.services.ivsrealtime.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>IvsRealTimeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN.default UntagResourceResponseIvsRealTimeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource with the specified ARN. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.ivsrealtime.transform
Methods in software.amazon.awssdk.services.ivsrealtime.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-