Uses of Class
software.amazon.awssdk.services.entityresolution.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference.software.amazon.awssdk.services.entityresolution.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>EntityResolutionAsyncClient. untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.entityresolution.transform
Methods in software.amazon.awssdk.services.entityresolution.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-