Uses of Class
software.amazon.awssdk.services.eventbridge.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.eventbridge 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 UntagResourceResponse Modifier and Type Method Description default 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 UntagResourceResponse Modifier and Type Method Description default 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.
-