Uses of Class
software.amazon.awssdk.services.dlm.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseDlmClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default UntagResourceResponseDlmClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.Methods in software.amazon.awssdk.services.dlm that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>DlmAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified resource.default CompletableFuture<UntagResourceResponse>DlmAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified resource.
-