Uses of Class
software.amazon.awssdk.services.personalize.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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 UntagResourceRequest in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PersonalizeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove tags that are attached to a resource.default UntagResourceResponsePersonalizeClient. untagResource(UntagResourceRequest untagResourceRequest)Remove tags that are attached to a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.personalize.transform
Methods in software.amazon.awssdk.services.personalize.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-