Uses of Class
software.amazon.awssdk.services.entityresolution.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseEntityResolutionClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Entity Resolution resource.default UntagResourceResponseEntityResolutionClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Entity Resolution resource.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>EntityResolutionAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from the specified Entity Resolution resource.default CompletableFuture<UntagResourceResponse>EntityResolutionAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified Entity Resolution resource.
-