Uses of Class
software.amazon.awssdk.services.ram.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseRamClient.untagResource(Consumer<UntagResourceRequest.Builder> 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.Methods in software.amazon.awssdk.services.ram that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>RamAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes the specified tag key and value pairs from the specified resource share or managed permission.default CompletableFuture<UntagResourceResponse>RamAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes the specified tag key and value pairs from the specified resource share or managed permission.