Uses of Class
software.amazon.awssdk.services.personalize.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>PersonalizeAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add a list of tags to a resource.default TagResourceResponsePersonalizeClient. tagResource(TagResourceRequest tagResourceRequest)Add a list of tags to a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-