Uses of Class
software.amazon.awssdk.services.eventbridge.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseEventBridgeClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified EventBridge resource.default UntagResourceResponseEventBridgeClient.untagResource(UntagResourceRequest untagResourceRequest) Removes one or more tags from the specified EventBridge resource.Methods in software.amazon.awssdk.services.eventbridge that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>EventBridgeAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes one or more tags from the specified EventBridge resource.default CompletableFuture<UntagResourceResponse>EventBridgeAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes one or more tags from the specified EventBridge resource.