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