Uses of Class
software.amazon.awssdk.services.ram.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.ram 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 UntagResourceResponse Modifier and Type Method Description default 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 UntagResourceResponse Modifier and Type Method Description default 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.
-