Uses of Class
software.amazon.awssdk.services.personalize.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponsePersonalizeClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Get a list of tags attached to a resource.default ListTagsForResourceResponsePersonalizeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Get a list of tags attached to a resource.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>PersonalizeAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Get a list of tags attached to a resource.default CompletableFuture<ListTagsForResourceResponse>PersonalizeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Get a list of tags attached to a resource.
-