Uses of Class
software.amazon.awssdk.services.ram.model.UntagResourceRequest
Packages that use UntagResourceRequest
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type UntagResourceRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>RamAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes the specified tag key and value pairs from the specified resource share or managed permission.default UntagResourceResponseRamClient.untagResource(UntagResourceRequest untagResourceRequest) Removes the specified tag key and value pairs from the specified resource share or managed permission. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.ram.transform
Methods in software.amazon.awssdk.services.ram.transform with parameters of type UntagResourceRequestModifier and TypeMethodDescriptionUntagResourceRequestMarshaller.marshall(UntagResourceRequest untagResourceRequest)