Uses of Class
software.amazon.awssdk.services.databrew.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.databrew
Methods in software.amazon.awssdk.services.databrew with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>DataBrewAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule.default TagResourceResponseDataBrewClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to a DataBrew resource, such as a dataset, project, recipe, job, or schedule. -
Uses of TagResourceRequest in software.amazon.awssdk.services.databrew.transform
Methods in software.amazon.awssdk.services.databrew.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-