Uses of Class
software.amazon.awssdk.services.eventbridge.model.ManagedRuleException
Packages that use ManagedRuleException
Package
Description
Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.
-
Uses of ManagedRuleException in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge that throw ManagedRuleExceptionModifier and TypeMethodDescriptiondefault DeleteRuleResponseEventBridgeClient.deleteRule(Consumer<DeleteRuleRequest.Builder> deleteRuleRequest) Deletes the specified rule.default DeleteRuleResponseEventBridgeClient.deleteRule(DeleteRuleRequest deleteRuleRequest) Deletes the specified rule.default DisableRuleResponseEventBridgeClient.disableRule(Consumer<DisableRuleRequest.Builder> disableRuleRequest) Disables the specified rule.default DisableRuleResponseEventBridgeClient.disableRule(DisableRuleRequest disableRuleRequest) Disables the specified rule.default EnableRuleResponseEventBridgeClient.enableRule(Consumer<EnableRuleRequest.Builder> enableRuleRequest) Enables the specified rule.default EnableRuleResponseEventBridgeClient.enableRule(EnableRuleRequest enableRuleRequest) Enables the specified rule.default PutRuleResponseEventBridgeClient.putRule(Consumer<PutRuleRequest.Builder> putRuleRequest) Creates or updates the specified rule.default PutRuleResponseEventBridgeClient.putRule(PutRuleRequest putRuleRequest) Creates or updates the specified rule.default PutTargetsResponseEventBridgeClient.putTargets(Consumer<PutTargetsRequest.Builder> putTargetsRequest) Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.default PutTargetsResponseEventBridgeClient.putTargets(PutTargetsRequest putTargetsRequest) Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.default RemoveTargetsResponseEventBridgeClient.removeTargets(Consumer<RemoveTargetsRequest.Builder> removeTargetsRequest) Removes the specified targets from the specified rule.default RemoveTargetsResponseEventBridgeClient.removeTargets(RemoveTargetsRequest removeTargetsRequest) Removes the specified targets from the specified rule.default TagResourceResponseEventBridgeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified EventBridge resource.default TagResourceResponseEventBridgeClient.tagResource(TagResourceRequest tagResourceRequest) Assigns one or more tags (key-value pairs) to the specified EventBridge resource.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.