Uses of Class
software.amazon.awssdk.services.ram.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram with parameters of type UntagResourceRequest Modifier and Type Method Description default 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 UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-