Uses of Class
software.amazon.awssdk.services.personalize.model.TooManyTagKeysException
-
Packages that use TooManyTagKeysException 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 TooManyTagKeysException in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that throw TooManyTagKeysException Modifier and Type Method Description default UntagResourceResponsePersonalizeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags that are attached to a resource.default UntagResourceResponsePersonalizeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags that are attached to a resource.
-