Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCleanRoomsMlClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds metadata tags to a specified resource.default TagResourceResponseCleanRoomsMlClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to a specified resource.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CleanRoomsMlAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds metadata tags to a specified resource.default CompletableFuture<TagResourceResponse>CleanRoomsMlAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to a specified resource.
-