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