Uses of Class
software.amazon.awssdk.services.schemas.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registry -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.schemas
Methods in software.amazon.awssdk.services.schemas that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSchemasClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default UntagResourceResponseSchemasClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.Methods in software.amazon.awssdk.services.schemas that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SchemasAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a resource.default CompletableFuture<UntagResourceResponse>SchemasAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a resource.
-