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