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