Uses of Class
software.amazon.awssdk.services.dlm.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager software.amazon.awssdk.services.dlm.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.dlm
Methods in software.amazon.awssdk.services.dlm with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DlmAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseDlmClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.dlm.transform
Methods in software.amazon.awssdk.services.dlm.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-