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