Uses of Class
software.amazon.awssdk.services.lookoutvision.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.lookoutvision This is the Amazon Lookout for Vision API Reference.software.amazon.awssdk.services.lookoutvision.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.lookoutvision
Methods in software.amazon.awssdk.services.lookoutvision with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LookoutVisionAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Amazon Lookout for Vision model.default UntagResourceResponseLookoutVisionClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from an Amazon Lookout for Vision model. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.lookoutvision.transform
Methods in software.amazon.awssdk.services.lookoutvision.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-