Uses of Class
software.amazon.awssdk.services.cleanrooms.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.cleanrooms Welcome to the Clean Rooms API Reference.software.amazon.awssdk.services.cleanrooms.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.cleanrooms
Methods in software.amazon.awssdk.services.cleanrooms with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CleanRoomsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource.default TagResourceResponseCleanRoomsClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.cleanrooms.transform
Methods in software.amazon.awssdk.services.cleanrooms.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-