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